From 45943d662a08e84c7d969e191e6ea2fc80524701 Mon Sep 17 00:00:00 2001 From: Panquesito7 <51391473+Panquesito7@users.noreply.github.com> Date: Thu, 25 Jul 2019 16:07:39 -0500 Subject: [PATCH] Update init.lua --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 8475499..9df1b94 100644 --- a/init.lua +++ b/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.