update stdcmd.lua

This commit is contained in:
MihailRis 2024-11-06 20:06:35 +03:00
parent a414aec473
commit 48add86120

View File

@ -113,7 +113,7 @@ console.add_command(
console.add_command( console.add_command(
"time.daycycle operation:[stop|reset]", "time.daycycle operation:[stop|reset]",
"Control time.daycycle", "Control time.daycycle. Operations: stop, reset",
function(args, kwargs) function(args, kwargs)
local operation = args[1] local operation = args[1]
if operation == "stop" then if operation == "stop" then
@ -198,7 +198,7 @@ console.add_command(
) )
console.add_command( console.add_command(
"fragment.crop filename:str", "fragment.crop file:str",
"Crop fragment", "Crop fragment",
function(args, kwargs) function(args, kwargs)
local filename = args[1] local filename = args[1]