mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
*Possible fix for "Comparison method violates it's general contract!" crash.
This commit is contained in:
@@ -43,6 +43,9 @@ public final class Main {
|
||||
* an array of {@link java.lang.String} objects.
|
||||
*/
|
||||
public static void main(final String[] args) {
|
||||
//Possible solution to "Comparison method violates it's general contract!" crash
|
||||
System.setProperty("java.util.Arrays.useLegacyMergeSort", "true");
|
||||
|
||||
ExceptionHandler.registerErrorHandling();
|
||||
|
||||
Singletons.setModel(FModel.SINGLETON_INSTANCE);
|
||||
|
||||
Reference in New Issue
Block a user