mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +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
|
@Override
|
||||||
public boolean isWalkable() {
|
public boolean isWalkable() {
|
||||||
return false;
|
return this.getBaseItem().allowWalk();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user