This commit is contained in:
Anuken
2020-04-16 11:30:42 -04:00
parent a8f4df8030
commit 713dbccf74
10 changed files with 304 additions and 36 deletions

View File

@@ -20,7 +20,7 @@ public class CachedTile extends Tile{
}
@Override
protected void changed(Team team){
protected void changeEntity(Team team){
entity = null;
Block block = block();