Merge pull request #525 from Citadel-Station-13/upstream-merge-26495

[MIRROR] Fixes some areas having no lighting
This commit is contained in:
LetterJay
2017-04-23 11:32:19 -05:00
committed by GitHub
+1 -3
View File
@@ -1,7 +1,5 @@
/proc/create_all_lighting_objects()
for(var/I in GLOB.sortedAreas)
var/area/A = I
for(var/area/A in world)
if(!IS_DYNAMIC_LIGHTING(A))
continue