forked from ThomasMonroe314/ugxrealms
[time_regulation] fix typo
This commit is contained in:
parent
cbe0ae1214
commit
f21dd58d93
@ -262,7 +262,7 @@ minetest.register_chatcommand("time_reg", {
|
||||
elseif param == "start" then
|
||||
local res = time_reg.start_loop()
|
||||
if res then
|
||||
t time_reg.set_status(time_reg.STATUS_ACTIVE, "ACTIVE")
|
||||
time_reg.set_status(time_reg.STATUS_ACTIVE, "ACTIVE")
|
||||
return true, "Loop started. Time regulation enabled"
|
||||
else
|
||||
return false, "Loop couldn't be started, it already is"
|
||||
|
Loading…
x
Reference in New Issue
Block a user