mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
ZAS fixes and statistics logging.
This commit is contained in:
@@ -126,10 +126,7 @@ proc/ZConnect(turf/A,turf/B)
|
||||
if(C.B == B || C.A == B)
|
||||
return
|
||||
|
||||
var/connection/C = new(A,B)
|
||||
|
||||
//Ensure zones separated by doors do not merge.
|
||||
if(A.HasDoor(B) || B.HasDoor(A)) C.indirect = 1
|
||||
new /connection(A,B)
|
||||
|
||||
/*
|
||||
proc/ZDisconnect(turf/A,turf/B)
|
||||
|
||||
Reference in New Issue
Block a user