Squash with earlier communication computer fix

This commit is contained in:
Arokha Sieyes
2017-05-08 13:19:33 -04:00
parent 98fbf0884b
commit 68c64eb9e1
@@ -52,7 +52,7 @@
/obj/machinery/computer/communications/Topic(href, href_list)
if(..())
return 1
if (using_map && !(src.z in using_map.station_z_levels)) //VOREStation Edit
if (using_map && !(src.z in using_map.station_levels)) //VOREStation Edit
usr << "\red <b>Unable to establish a connection</b>: \black You're too far away from the station!"
return
usr.set_machine(src)