Load island difficulty when loading islandworld
This commit is contained in:
parent
9062caf862
commit
79953416d1
|
|
@ -115,6 +115,7 @@ public class MasterWorldGenerator {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
newIsland.setDifficulty(Difficulty.NORMAL); // TODO - island options to set difficulty
|
||||||
return newIsland;
|
return newIsland;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user