diff options
| -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 | 
