forked from mtcontrib/chesttools
works with newer versions of mt again
This commit is contained in:
parent
962f2a9ea8
commit
c0b9abb034
2
init.lua
2
init.lua
@ -78,7 +78,7 @@ end
|
||||
|
||||
|
||||
chesttools.on_receive_fields = function(pos, formname, fields, player)
|
||||
if( fields.quit ) then
|
||||
if( fields.quit and fields.quit ~= "") then
|
||||
return;
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user