Merge branch 'master' of git://github.com/Baystation12/Baystation12

This commit is contained in:
Aryn
2012-05-31 00:18:44 -06:00
169 changed files with 1838 additions and 1641 deletions
+3 -3
View File
@@ -66,13 +66,13 @@ connection
proc/Cleanup()
if(!A || !B)
world.log << "Connection removed: [A] or [B] missing entirely."
//world.log << "Connection removed: [A] or [B] missing entirely."
del src
if(A.zone == B.zone)
world.log << "Connection removed: Zones now merged."
//world.log << "Connection removed: Zones now merged."
del src
if(!A.zone || !B.zone)
no_zone_count++
if(no_zone_count >= 5)
world.log << "Connection removed: [A] or [B] missing a zone."
//world.log << "Connection removed: [A] or [B] missing a zone."
del src