Removed some world messages when disconnecting powernets.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5428 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
johnsonmt88@gmail.com
2012-12-31 02:57:05 +00:00
parent 58832fff2c
commit 0549de1b93

View File

@@ -396,11 +396,11 @@
/obj/machinery/power/proc/disconnect_from_network()
if(!powernet)
world << " no powernet"
//world << " no powernet"
return 0
powernet.nodes -= src
powernet = null
world << "powernet null"
//world << "powernet null"
return 1
/turf/proc/get_cable_node()