SteamWar/BauSystem
Archiviert
13
0

Fixed Sign Text Disappearing if Next to a Button pressed by Auto Loader

Dieser Commit ist enthalten in:
Chaoscaot 2020-08-29 09:30:29 +02:00
Ursprung 6afaeebfae
Commit 88a495f4ae

Datei anzeigen

@ -44,7 +44,7 @@ class AutoLoader_15 {
location.clone().add(0, 0,-1)
};
for (Location value : locations) {
if (!value.getBlock().getType().isSolid()) continue;
if (!value.getBlock().getType().isOccluding()) continue;
BlockData data = value.getBlock().getBlockData();
value.getBlock().setType(Material.BARRIER, true);
value.getBlock().setBlockData(data, true);