Remove debugging.
This commit is contained in:
parent
11c4a7d7d0
commit
ab14e3b2aa
2 changed files with 1 additions and 2 deletions
2
chat.lua
2
chat.lua
|
@ -10,7 +10,7 @@ minetest.register_chatcommand("armor", {
|
|||
for group, value in pairs(armor) do
|
||||
minetest.chat_send_player(name, " "..group.." "..value)
|
||||
end
|
||||
print(math.floor(minetest.get_gametime() / 60))
|
||||
|
||||
if fun_caves.armor_expire and fun_caves.armor_expire[name] then
|
||||
local min = math.floor((fun_caves.armor_expire[name] - minetest.get_gametime()) / 60)
|
||||
minetest.chat_send_player(name, "Your elixir will expire in "..min..' minutes.')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue