mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
- Fix a crash when accessing tournaments in a new quest
This commit is contained in:
@@ -296,6 +296,9 @@ public class QuestAchievements {
|
|||||||
catch(ArrayIndexOutOfBoundsException e) {
|
catch(ArrayIndexOutOfBoundsException e) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
catch(IndexOutOfBoundsException e) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user