Fixed #2389 / Fixed #2388 / Fixed #2387 / Fixed #2386

This commit is contained in:
Anuken
2020-08-20 15:11:00 -04:00
parent 6d20e354b1
commit 562c41c288
8 changed files with 18 additions and 8 deletions

View File

@@ -136,7 +136,7 @@ public class OverlayRenderer{
if(tile != null && tile.team() == player.team()){
tile.drawSelect();
if(!tile.enabled){
if(!tile.enabled && tile.block.drawDisabled){
tile.drawDisabled();
}