mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
fix(es_extended): fix coordinate cmd handler arg
This commit is contained in:
@@ -142,7 +142,7 @@ function ESX.RegisterCommand(name, group, cb, allowConsole, suggestion)
|
||||
if not coord then
|
||||
err = TranslateCap("commanderror_argumentmismatch_number", k)
|
||||
else
|
||||
newArgs[v.name] = coord
|
||||
newArgs[v.name] = coord * 1.0
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user