1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2025-01-13 00:05:23 +07:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken 2024-11-17 09:16:13 -05:00
commit 0ea450c18e

View File

@ -1217,6 +1217,7 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
} }
public void payloadDraw(){ public void payloadDraw(){
if(block.isAir()) return;
draw(); draw();
} }