diff --git a/core/src/mindustry/logic/LExecutor.java b/core/src/mindustry/logic/LExecutor.java index 6f667e8b95..6793838128 100644 --- a/core/src/mindustry/logic/LExecutor.java +++ b/core/src/mindustry/logic/LExecutor.java @@ -778,7 +778,7 @@ public class LExecutor{ Var va = exec.var(a); Var vb = exec.var(b); - if(op.objFunction2 != null && (va.isobj || vb.isobj)){ + if(op.objFunction2 != null && va.isobj && vb.isobj){ //use object function if provided, and one of the variables is an object exec.setnum(dest, op.objFunction2.get(exec.obj(a), exec.obj(b))); }else{ diff --git a/servers.json b/servers.json index 01ea37a54e..2aaea0169a 100644 --- a/servers.json +++ b/servers.json @@ -53,15 +53,6 @@ { "address": "twsmindustry.24x7.hk:6568" }, - { - "address": "Chaotic-Neutral.ddns.net:1111" - }, - { - "address": "Chaotic-Neutral.ddns.net:4444" - }, - { - "address": "Chaotic-Neutral.ddns.net:3333" - }, { "address": "mindustryranked.ddns.net" },