Removed pointless statement

This commit is contained in:
Anuken
2023-09-10 17:19:33 -04:00
parent 15d3ff3b3e
commit 4b6152ffe9

View File

@@ -427,7 +427,6 @@ public class LExecutor{
case unbind -> {
//TODO is this a good idea? will allocate
unit.resetController();
exec.setobj(varUnit, null);
}
case within -> {
exec.setnum(p4, unit.within(x1, y1, d1) ? 1 : 0);