This commit is contained in:
Anuken
2020-08-24 23:55:19 -04:00
parent 91569596d8
commit 174e4b8632
4 changed files with 15 additions and 12 deletions

View File

@@ -307,6 +307,8 @@ public class LogicBlock extends Block{
}
asm.putConst("@this", this);
asm.putConst("@thisx", x);
asm.putConst("@thisy", y);
executor.load(asm);
}catch(Exception e){