mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Runtime error fixes for AI camera chunks and ZAS ZConnect()
This commit is contained in:
@@ -123,7 +123,7 @@ proc/ZConnect(turf/A,turf/B)
|
||||
var/list/connections = air_master.tiles_with_connections["\ref[A]"]
|
||||
for(var/connection/C in connections)
|
||||
C.Cleanup()
|
||||
if(C.B == B || C.A == B)
|
||||
if(C && (C.B == B || C.A == B))
|
||||
return
|
||||
|
||||
new /connection(A,B)
|
||||
|
||||
Reference in New Issue
Block a user