mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-07 19:30:48 +01:00
Fix dungeon config NPE
This commit is contained in:
parent
f94a12c1f7
commit
767a5eddaf
@ -87,7 +87,7 @@ public class DDungeon implements Dungeon {
|
||||
|
||||
@Override
|
||||
public ResourceWorld getStartFloor() {
|
||||
return config.getStartFloor();
|
||||
return map;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user