small fixes

This commit is contained in:
MihailRis
2024-05-18 16:57:04 +03:00
parent d3c9911640
commit 535c7d8326
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ console.add_command(
)
console.add_command(
"obj.tp obj:sel=$obj.id x:num~pos.x y:num~pos.y z:num~pos.z",
"tp obj:sel=$obj.id x:num~pos.x y:num~pos.y z:num~pos.z",
"Teleport object",
function (args, kwargs)
player.set_pos(unpack(args))