1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-21 18:11:11 +00:00

minetest. to core.

This commit is contained in:
Rui914 2015-10-31 08:35:27 +09:00 committed by est31
parent b6dfae0221
commit 482c4d69b0
3 changed files with 3 additions and 3 deletions

View file

@ -710,7 +710,7 @@ core.register_chatcommand("time", {
local hour = (current_time - minutes) / 60
return true, ("Current time is %d:%02d"):format(hour, minutes)
end
local player_privs = minetest.get_player_privs(name)
local player_privs = core.get_player_privs(name)
if not player_privs.settime then
return false, "You don't have permission to run this command " ..
"(missing privilege: settime)."