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