This commit is contained in:
AffectedArc07
2020-07-31 21:08:51 +01:00
parent 56d2f833b3
commit ffb43d6fda
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -152,7 +152,7 @@
if(C == src)
continue
// We dont care about ones on other zlevels
if(C.z != z)
if(!atoms_share_level(C, src))
continue
// If another core is active, return FALSE
if(C.active)
+1 -1
View File
@@ -84,7 +84,7 @@
if(R == src)
continue
// We dont care about ones on other zlevels
if(R.z != z)
if(!atoms_share_level(R, src))
continue
// If another relay is active, return FALSE
if(R.active)