Skip to content

Commit 3fc2b59

Browse files
committed
Remove useless variable
1 parent 5278e8b commit 3fc2b59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

[gameplay]/playercolors/playercolors.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
local lowerBound, upperBound = unpack(get("color_range"))
22

3-
local freeroamRunning = false
4-
53
local function randomizePlayerColor(player)
64
player = player or source
75
local r, g, b = math.random(lowerBound, upperBound), math.random(lowerBound, upperBound), math.random(lowerBound, upperBound)

0 commit comments

Comments
 (0)