mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
Fix from_hell and timeonline
- Forced cast of x,y and z into numbers
This commit is contained in:
@ -111,7 +111,8 @@ minetest.register_chatcommand("timeonline",{
|
||||
end
|
||||
end
|
||||
})
|
||||
minetest.register_chatcommand("timeonline", core.chatcommands["played"])
|
||||
|
||||
--minetest.register_chatcommand("timeonline", core.chatcommands["played"])
|
||||
|
||||
function breakdowntime(t)
|
||||
local countdown = t
|
||||
|
Reference in New Issue
Block a user