- Fixes a powernet runtime which could cause problems.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5662 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2013-02-07 21:30:09 +00:00
parent a2b5256121
commit 542eff3a28
+1 -1
View File
@@ -170,7 +170,7 @@
/proc/powernet_nextlink(var/obj/O, var/datum/powernet/PN)
var/list/P
var/list/P = list()
while(1)
if( istype(O,/obj/structure/cable) )