Adds feedback for the map a round was played on (#25593)

This commit is contained in:
Cyberboss
2017-03-30 07:37:02 -04:00
committed by Leo
parent c196cac8b4
commit ef5ac7dcc7
+1
View File
@@ -119,6 +119,7 @@ var/datum/controller/subsystem/mapping/SSmapping
INIT_ANNOUNCE("Loading [config.map_name]...")
TryLoadZ(config.GetFullMapPath(), FailedZs, ZLEVEL_STATION)
INIT_ANNOUNCE("Loaded station in [(REALTIMEOFDAY - start_time)/10]s!")
feedback_add_details("map_name", config.map_name)
if(config.minetype != "lavaland")
INIT_ANNOUNCE("WARNING: A map without lavaland set as it's minetype was loaded! This is being ignored! Update the maploader code!")