From 49dcd970a0b4a24d9b763e674f3ee0b9dc92898d Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Sun, 2 Jun 2013 18:35:16 -0400 Subject: [PATCH] Fix setting name typo. --- mesecons/settings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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