mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2025-02-14 19:32:08 +01:00
Fix bed sign
This commit is contained in:
parent
3a87fa172b
commit
c172d8e8cc
@ -52,7 +52,7 @@ public class BedSign extends Passive {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isOnDungeonInit() {
|
public boolean isOnDungeonInit() {
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user