This commit is contained in:
Anuken
2023-08-07 12:53:19 -04:00
parent 21fe8217d0
commit 3157ff8cea
2 changed files with 4 additions and 1 deletions

View File

@@ -398,6 +398,9 @@ public class Tile implements Position, QuadTreeObject, Displayable{
this.overlay = (Floor)block;
recache();
if(!world.isGenerating() && build != null){
build.onProximityUpdate();
}
}
/** Sets the overlay without a recache. */