Skip to content

Commit 0abcfd8

Browse files
author
Dutchman101
committed
Addendum #2 to cd9154a
1 parent c93c637 commit 0abcfd8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

[gameplay]/freeroam/fr_client.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,10 +1661,6 @@ function setColorCommand(cmd, ...)
16611661
local colors = {getVehicleColor(vehicle)}
16621662
local args = {...}
16631663

1664-
if string.len(...) > 5 or not tonumber(...) then
1665-
return
1666-
end
1667-
16681664
if not ... then
16691665
errMsg("Enter colors please!")
16701666
return

0 commit comments

Comments
 (0)