Fix setting name typo.

This commit is contained in:
Anthony Zhang 2013-06-02 18:35:16 -04:00
parent ddcdc74fd3
commit 49dcd970a0

@ -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