Load island difficulty when loading islandworld

This commit is contained in:
Len 2024-02-17 12:15:23 +01:00
parent 9062caf862
commit 79953416d1

View File

@ -115,6 +115,7 @@ public class MasterWorldGenerator {
return null;
}
newIsland.setDifficulty(Difficulty.NORMAL); // TODO - island options to set difficulty
return newIsland;
}