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