works with newer versions of mt again

This commit is contained in:
Sokomine 2018-07-15 13:44:58 +02:00
parent 962f2a9ea8
commit c0b9abb034
1 changed files with 1 additions and 1 deletions

View File

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