forked from Wuzzy/realtest_mt5
Capitalize letter in /time cmd help
This commit is contained in:
parent
4b8187b886
commit
14ac460927
|
@ -191,7 +191,7 @@ end)
|
||||||
|
|
||||||
minetest.register_chatcommand("time", {
|
minetest.register_chatcommand("time", {
|
||||||
params = "<0...24000>",
|
params = "<0...24000>",
|
||||||
description = "set time of day",
|
description = "Set time of day",
|
||||||
privs = {settime=true},
|
privs = {settime=true},
|
||||||
func = function(name, param)
|
func = function(name, param)
|
||||||
if param == "" then
|
if param == "" then
|
||||||
|
|
Loading…
Reference in New Issue