Moved makepowernets() into SSmachines initialization proc.

This commit is contained in:
Leshana
2017-12-28 15:21:14 -05:00
parent a97a574278
commit a1734c97e9
7 changed files with 8 additions and 24 deletions

View File

@@ -98,7 +98,7 @@ var/list/global/map_templates = list()
admin_notice("<span class='danger'>[i] pipe\s initialized.</span>", R_DEBUG)
admin_notice("<span class='danger'>Rebuilding powernets due to submap creation.</span>", R_DEBUG)
makepowernets()
SSmachines.makepowernets()
admin_notice("<span class='danger'>Submap initializations finished.</span>", R_DEBUG)