3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-11-20 06:50:09 +01:00

Preface Spigot injector messages with a warning

Dieser Commit ist enthalten in:
Camotoy 2021-09-10 21:18:24 -04:00
Ursprung 4196402105
Commit 4ecdcbb7c3
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 7EEFB66FE798081F

Datei anzeigen

@ -147,6 +147,7 @@ public class GeyserSpigotInjector extends GeyserInjector {
break; break;
} catch (Exception e) { } catch (Exception e) {
if (bootstrap.getGeyserConfig().isDebugMode()) { if (bootstrap.getGeyserConfig().isDebugMode()) {
bootstrap.getGeyserLogger().debug("The handler " + name + " isn't a ChannelInitializer. THIS ERROR IS SAFE TO IGNORE!");
e.printStackTrace(); e.printStackTrace();
} }
} }