Merge branch 'fix-allow-walk-background-toner' into 'dev'

The furni Background Toner can now be walked on

See merge request morningstar/Arcturus-Community!310
This commit is contained in:
Beny 2020-10-06 19:40:49 -04:00
commit 4ab70949cd

View File

@ -52,7 +52,7 @@ public class InteractionBackgroundToner extends HabboItem {
@Override
public boolean isWalkable() {
return false;
return this.getBaseItem().allowWalk();
}
@Override