diff --git a/game/src/main/org/apollo/game/fs/decoder/GameObjectDecoder.java b/game/src/main/org/apollo/game/fs/decoder/GameObjectDecoder.java index cfe24a54..68b7af03 100644 --- a/game/src/main/org/apollo/game/fs/decoder/GameObjectDecoder.java +++ b/game/src/main/org/apollo/game/fs/decoder/GameObjectDecoder.java @@ -172,11 +172,9 @@ public final class GameObjectDecoder implements Runnable { block = true; } - if ((attributes & BRIDGE_TILE) != 0) { - if (height > 0) { + if ((attributes & BRIDGE_TILE) != 0 && height >0) { block = true; height--; - } } if (block) {