Merge branch 'Development' into 276-refactor-the-game-to-use-bitboards-instead

This commit is contained in:
2025-12-04 21:27:35 +01:00
8 changed files with 150 additions and 92 deletions

View File

@@ -142,7 +142,7 @@ public final class GlobalEventBus {
try {
callListener(listener, event);
} catch (Throwable e) {
// e.printStackTrace();
e.printStackTrace();
}
}
}
@@ -153,7 +153,7 @@ public final class GlobalEventBus {
try {
callListener(listener, event);
} catch (Throwable e) {
// e.printStackTrace();
e.printStackTrace();
}
}
}