Skip to content

Commit

Permalink
Fixed #10484
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Feb 9, 2025
1 parent 63568c5 commit f6e9cff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class StaticWall extends Prop{

public StaticWall(String name){
super(name);
breakable = alwaysReplace = false;
breakable = alwaysReplace = unitMoveBreakable = false;
solid = true;
variants = 2;
cacheLayer = CacheLayer.walls;
Expand Down

0 comments on commit f6e9cff

Please sign in to comment.