3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-08 20:43:04 +02:00

Catch AssertionError

Dieser Commit ist enthalten in:
Tim203 2021-06-08 15:31:50 +02:00
Ursprung 7aa05426b6
Commit 60e6f8c162
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 064EE9F5BF7C3EE8

Datei anzeigen

@ -236,7 +236,7 @@ public class GeyserConnector {
if (build != null) {
buildNumber = Integer.parseInt(build);
}
} catch (Exception e) {
} catch (Throwable e) {
logger.error("Failed to read git.properties", e);
}
newsHandler = new NewsHandler(branch, buildNumber);