[MIRROR] holodeck templates no longer take double the room in the template-place list, even though they deserve all that room (#4066)

* holodeck templates no longer take double the room in template-place (#57598)

* holodeck templates no longer take double the room in the template-place list, even though they deserve all that room

Co-authored-by: Kylerace <kylerlumpkin1@gmail.com>
This commit is contained in:
SkyratBot
2021-03-11 13:38:58 +01:00
committed by GitHub
parent c1e1bae798
commit bd97409e3f
-1
View File
@@ -460,7 +460,6 @@ GLOBAL_LIST_EMPTY(the_station_areas)
var/datum/map_template/holodeck/holo_template = new holodeck_type()
holodeck_templates[holo_template.template_id] = holo_template
map_templates[holo_template.template_id] = holo_template
//Manual loading of away missions.
/client/proc/admin_away()