mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #5089 from Verkister/patch-95
Fixes that goddamn lighting.dm 36 spam
This commit is contained in:
@@ -32,7 +32,8 @@ SUBSYSTEM_DEF(lighting)
|
||||
MC_SPLIT_TICK
|
||||
var/list/queue = sources_queue
|
||||
var/i = 0
|
||||
for (i in 1 to length(queue))
|
||||
if(length(queue))
|
||||
for(i in 1 to length(queue))
|
||||
var/datum/light_source/L = queue[i]
|
||||
|
||||
L.update_corners()
|
||||
|
||||
Reference in New Issue
Block a user