From fb7ec40915d2180561189e4ccb10e145d20f1328 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 14 Aug 2010 18:53:51 +0200 Subject: added simple parser for .rle format --- mplife.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mplife.lua') diff --git a/mplife.lua b/mplife.lua index 7133a59..7c67719 100644 --- a/mplife.lua +++ b/mplife.lua @@ -36,7 +36,7 @@ mplife.setup.current = {} do local g, r, c = mplife.setup.global, mplife.setup.rc, mplife.setup.current for key,_ in pairs(g) do - print(key, ">>>", tostring(r[key]) .. " or " .. tostring(g[key])) + --print(key, ">>>", tostring(r[key]) .. " or " .. tostring(g[key])) c[key] = r[key] or g[key] -- prefer local settings end mplife.setup.current = c -- cgit v1.2.3