diff --git a/src/main/java/com/eu/habbo/habbohotel/items/interactions/InteractionBackgroundToner.java b/src/main/java/com/eu/habbo/habbohotel/items/interactions/InteractionBackgroundToner.java index 813ce782..ab6bf36e 100644 --- a/src/main/java/com/eu/habbo/habbohotel/items/interactions/InteractionBackgroundToner.java +++ b/src/main/java/com/eu/habbo/habbohotel/items/interactions/InteractionBackgroundToner.java @@ -52,7 +52,7 @@ public class InteractionBackgroundToner extends HabboItem { @Override public boolean isWalkable() { - return false; + return this.getBaseItem().allowWalk(); } @Override