Skip to content

Commit

Permalink
Default log always
Browse files Browse the repository at this point in the history
  • Loading branch information
toggledbits committed Sep 25, 2019
1 parent 1a75edb commit 1e4ced5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L_DeusExMachinaII1.lua
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ local function runOnce()
initVar( MYSID, "MinTargetsOn", 1, pluginDevice )
initVar( MYSID, "MaxTargetsOn", 0, pluginDevice )
initVar( MYSID, "LeaveLightsOn", 0, pluginDevice )
initVar( MYSID, "MaxLogSize", 0, pluginDevice )
initVar( MYSID, "MaxLogSize", 64, pluginDevice )
initVar( MYSID, "Active", "0", pluginDevice )
initVar( MYSID, "LastHouseMode", "1", pluginDevice )
initVar( MYSID, "NextStep", "0", pluginDevice )
Expand Down

0 comments on commit 1e4ced5

Please sign in to comment.