mirror of
https://gitlab.com/lunovox/minertrade.git
synced 2025-03-21 16:01:22 +00:00
* Correção de Bugs
This commit is contained in:
parent
08ba6cdfd6
commit
face11f024
1 changed files with 2 additions and 2 deletions
|
@ -34,5 +34,5 @@ modMinerTrade.propCheckStrongBox = function(playername, param)
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
minetest.register_chatcommand(modMinerTrade.translate("checkstrongbox"), modMinerTrade.propCheckStrongBox(playername, param))
|
minetest.register_chatcommand(modMinerTrade.translate("checkstrongbox"), modMinerTrade.propCheckStrongBox())
|
||||||
minetest.register_chatcommand("csb", modMinerTrade.propCheckStrongBox(playername, param))
|
minetest.register_chatcommand("csb", modMinerTrade.propCheckStrongBox())
|
||||||
|
|
Loading…
Add table
Reference in a new issue