mudgangster

Log | Files | Refs

commit ca4eea85958a68a7e032c36b88e94497c365d8b0
parent 2b19f3e4fa8fd95db45e876cbcdb6c6aaac7820d
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Fri,  2 Nov 2012 21:10:06 +0000

Fixed mud.disable for real

Diffstat:
utils.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils.lua b/utils.lua @@ -184,7 +184,7 @@ function mud.disable( ... ) end for _, thing in ipairs( things ) do - thing:enable() + thing:disable() end end