mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Merge branch 'master' into 'master'
Fix a crash when accessing tournaments in a new quest See merge request core-developers/forge!2898
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