mirror of
https://github.com/mt-mods/currency.git
synced 2025-02-16 18:32:23 +01:00
Remove debug print
removes debug print that even caused printing for other mods.
This commit is contained in:
1
shop.lua
1
shop.lua
@ -139,7 +139,6 @@ minetest.register_node("currency:shop", {
|
||||
})
|
||||
|
||||
minetest.register_on_player_receive_fields(function(sender, formname, fields)
|
||||
print(dump(fields))
|
||||
if formname == "currency:shop_formspec" and fields.exchange ~= nil and fields.exchange ~= "" then
|
||||
local name = sender:get_player_name()
|
||||
local pos = default.shop.current_shop[name]
|
||||
|
Reference in New Issue
Block a user