mirror of
https://github.com/minetest-mods/teleport-request.git
synced 2025-01-06 13:07:33 +01:00
Update init.lua
This commit is contained in:
parent
bcd67b8038
commit
45943d662a
2
init.lua
2
init.lua
@ -310,7 +310,7 @@ function tpj(player, param)
|
||||
end
|
||||
|
||||
if not tonumber(args[2]) then
|
||||
return false, "Not a Number!"
|
||||
return false, S("Not a number!")
|
||||
end
|
||||
|
||||
-- Initially generate the target coords from the player's current position (since it's relative) and then perform the math.
|
||||
|
Loading…
Reference in New Issue
Block a user