mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Merge branch 'master' of git://github.com/Baystation12/Baystation12
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user