Merge pull request #6966 from VOREStation/vplk-bye-area-new

Refactor away area/New()
This commit is contained in:
Atermonera
2020-04-11 21:40:51 -07:00
committed by GitHub
20 changed files with 26 additions and 35 deletions

View File

@@ -347,7 +347,7 @@ var/global/use_preloader = FALSE
var/atom/instance
_preloader.setup(members_attributes[index])//preloader for assigning set variables on atom creation
var/atype = members[index]
for(var/area/A in all_areas)
for(var/area/A in world)
if(A.type == atype)
instance = A
break