Update interface.lua

master
Lunovox 2015-02-14 21:34:42 -03:00
parent a020b78abc
commit 8d274461a4
1 changed files with 0 additions and 5 deletions

View File

@ -141,10 +141,5 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
if fields.brazutec_excessodeapps_etiqueta then
minetest.show_formspec(player:get_player_name(), "brazutec_laptop", brazutec_laptop.excessodeapps)
end
if fields.brazutec_openmailbox then
if lunocartas~=nil then
lunocartas.openinbox(player:get_player_name())
end
end
end
end)