diff --git a/code/datums/locations/locations.dm b/code/datums/locations/locations.dm index d0661e95d69..8fdeaf1912c 100644 --- a/code/datums/locations/locations.dm +++ b/code/datums/locations/locations.dm @@ -26,7 +26,7 @@ var/global/datum/locations/milky_way/locations = new() new /datum/locations/uueoa_esa(src), new /datum/locations/vir(src) ) - +/* /datum/locations/proc/show_contents() // world << "[src]\n[desc]" for(var/datum/locations/a in contents) @@ -54,4 +54,5 @@ var/global/datum/locations/milky_way/locations = new() set name = "Count Locations" set category = "Debug" var/location_number = locations.count_locations() - world << location_number \ No newline at end of file + world << location_number +*/