Fixes away missions not loading (#24296)

* Delete the old map_template.dm

* Fixes #24291
This commit is contained in:
Cyberboss
2017-02-21 09:07:50 +01:00
committed by AnturK
parent 83dbe874c5
commit 71ac987a9d
2 changed files with 1 additions and 148 deletions
+1 -2
View File
@@ -8,8 +8,7 @@ var/global/list/potentialRandomZlevels = generateMapList(filename = "config/away
if(potentialRandomZlevels && potentialRandomZlevels.len)
world << "<span class='boldannounce'>Loading away mission...</span>"
var/map = pick(potentialRandomZlevels)
var/file = file(map)
load_new_z_level(file)
load_new_z_level(map)
world << "<span class='boldannounce'>Away mission loaded.</span>"
/proc/reset_gateway_spawns(reset = FALSE)