Skip to content

Commit 474c45d

Browse files
committed
stupid comment
1 parent 24b4e9c commit 474c45d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/cfc_random_spawn/module/sv_player_spawning.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ local function getDynamicPvpCenter( measurablePlayers )
324324
end
325325

326326
local closestSpawnToAverage = getNearestSpawn( playersAveragePos, customSpawnsForMap )
327-
if not closestSpawnToAverage then
327+
if not closestSpawnToAverage then -- stupid fallback
328328
closestSpawnToAverage = customSpawnsForMap[math.random( 1, #customSpawnsForMap )]
329329

330330
end

0 commit comments

Comments
 (0)