New avert sprite / Fixed loading of CommandAI positions

This commit is contained in:
Anuken
2022-04-06 10:37:26 -04:00
parent cf25836d76
commit 047c284e48
5 changed files with 13 additions and 6 deletions
+1
View File
@@ -490,6 +490,7 @@ public class TypeIO{
}else{
ai.targetPos = null;
}
ai.setupLastPos();
if(hasAttack){
byte entityType = read.b();