Pathfind command

This commit is contained in:
Anuken
2020-10-05 17:09:27 -04:00
parent c24112e405
commit efbc871967
8 changed files with 58 additions and 20 deletions

View File

@@ -304,7 +304,7 @@ public class LogicBlock extends Block{
assemble.get(asm);
}
asm.putConst("@this", this);
asm.getVar("@this").value = this;
asm.putConst("@thisx", x);
asm.putConst("@thisy", y);