Merge pull request #13659 from timothyteakettle/gateway-fix

admins loading gateways will no longer crash the server
This commit is contained in:
silicons
2020-11-07 00:30:06 -07:00
committed by GitHub
+1 -1
View File
@@ -472,7 +472,7 @@ GLOBAL_LIST_EMPTY(the_station_areas)
var/away_name
var/datum/space_level/away_level
var/answer = input("What kind ? ","Away/VR") as null|anything in list(possible_options + "Custom")
var/answer = input("What kind ? ","Away/VR") as null|anything in (possible_options + "Custom")
switch(answer)
if(null)
return