summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Zhang <azhang9@gmail.com>2013-06-02 18:35:16 -0400
committerAnthony Zhang <azhang9@gmail.com>2013-06-02 18:35:16 -0400
commit49dcd970a0b4a24d9b763e674f3ee0b9dc92898d (patch)
treea36c0e1ba5d4f1e39aea883f9774ac9d494c7b11
parentddcdc74fd334d7777e59ed494ccc974885367355 (diff)
Fix setting name typo.origin/server_step
-rw-r--r--mesecons/settings.lua2
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