mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 07:20:50 +01:00
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:
commit
4ab70949cd
@ -52,7 +52,7 @@ public class InteractionBackgroundToner extends HabboItem {
|
||||
|
||||
@Override
|
||||
public boolean isWalkable() {
|
||||
return false;
|
||||
return this.getBaseItem().allowWalk();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user