v1.3.0: fixed an error with seed assignment
This commit is contained in:
@@ -189,7 +189,7 @@ public class Dungeon {
|
||||
challenges = SPDSettings.challenges();
|
||||
mobsToChampion = -1;
|
||||
|
||||
if (SPDSettings.customSeed() != ""){
|
||||
if (!SPDSettings.customSeed().isEmpty()){
|
||||
customSeedText = SPDSettings.customSeed();
|
||||
seed = DungeonSeed.convertFromText(customSeedText);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user