diff options
author | Anthony Zhang <azhang9@gmail.com> | 2013-06-02 18:35:16 -0400 |
---|---|---|
committer | Anthony Zhang <azhang9@gmail.com> | 2013-06-02 18:35:16 -0400 |
commit | 49dcd970a0b4a24d9b763e674f3ee0b9dc92898d (patch) | |
tree | a36c0e1ba5d4f1e39aea883f9774ac9d494c7b11 | |
parent | ddcdc74fd334d7777e59ed494ccc974885367355 (diff) |
Fix setting name typo.origin/server_step
-rw-r--r-- | mesecons/settings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesecons/settings.lua b/mesecons/settings.lua index 786a160..a844e98 100644 --- a/mesecons/settings.lua +++ b/mesecons/settings.lua @@ -5,5 +5,5 @@ PRESSURE_PLATE_INTERVAL = 0.1 OBJECT_DETECTOR_RADIUS = 6
PISTON_MAXIMUM_PUSH = 15
MOVESTONE_MAXIMUM_PUSH = 100
-MESECONS_GLOBALSTE = true -- true = receptors/effectors won't be updated
+MESECONS_GLOBALSTEP = true -- true = receptors/effectors won't be updated
-- until next globalstep, decreases server load
\ No newline at end of file |