mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Fixes longstanding connection bug.
This commit is contained in:
@@ -104,8 +104,7 @@ Indirect connections will not merge the two zones after they reach equilibrium.
|
|||||||
|
|
||||||
//Disconnect zones while handling unusual conditions.
|
//Disconnect zones while handling unusual conditions.
|
||||||
// e.g. loss of a zone on a turf
|
// e.g. loss of a zone on a turf
|
||||||
if(A && A.zone && B && B.zone)
|
DisconnectZones(zone_A, zone_B)
|
||||||
DisconnectZones(A.zone, B.zone)
|
|
||||||
|
|
||||||
//Finally, preform actual deletion.
|
//Finally, preform actual deletion.
|
||||||
. = ..()
|
. = ..()
|
||||||
|
|||||||
Reference in New Issue
Block a user