fix entity.spawn

This commit is contained in:
MihailRis 2025-09-09 12:28:15 +03:00
parent ee1608072b
commit d25eb7f035

View File

@ -159,7 +159,7 @@ console.add_command(
console.add_command(
"entity.spawn nmae:str x:int~pos.x y:int~pos.y z:int~pos.z",
"entity.spawn name:str x:num~pos.x y:num~pos.y z:num~pos.z",
"Spawn entity with default parameters",
function(args, kwargs)
local eid = entities.spawn(args[1], {args[2], args[3], args[4]})