mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-23 11:49:44 +01:00
adusted fileversion check
This commit is contained in:
@@ -365,8 +365,8 @@ public final class Player extends Actor {
|
||||
}
|
||||
}
|
||||
|
||||
// questprogress is randomly sorted until 51 so sort it by quest order
|
||||
if (fileversion < 51) {
|
||||
// questprogress is randomly sorted until 52 so sort it by quest order
|
||||
if (fileversion < 52) {
|
||||
for (Quest q : world.quests.getAllQuests()) {
|
||||
final HashSet<Integer> questSteps = questProgress.get(q.questID);
|
||||
if (questSteps != null) {
|
||||
|
||||
Reference in New Issue
Block a user