Fixed little things for hunger reset (and a global variable local-ished)

This commit is contained in:
LeMagnesium 2015-04-13 22:26:49 +02:00
parent 56e5d7a9e6
commit bc7309b977
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
hunger
animalmaterials?
bushes_classic?
default?

View File

@ -185,7 +185,7 @@ function meta:think()
self.lastThought = socket.gettime()
end
local handlers = handlers
local handlers = rawget(G_, "handlers")
function meta:handle(msg)
local handler = irc.handlers[msg.command]