Bugfixes & unit status polish

This commit is contained in:
Anuken
2020-09-13 22:30:05 -04:00
parent 0e78751c6c
commit bbb9b3ef62
5 changed files with 24 additions and 15 deletions

View File

@@ -509,7 +509,7 @@ public class Tile implements Position, QuadTreeObject, Displayable{
}
if(block.hasEntity()){
build = entityprov.get().init(this, team, block.update, rotation);
build = entityprov.get().init(this, team, block.update && !state.isEditor(), rotation);
}
}