3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 08:21:06 +02: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;
} catch (Exception e) {
if (bootstrap.getGeyserConfig().isDebugMode()) {
bootstrap.getGeyserLogger().debug("The handler " + name + " isn't a ChannelInitializer. THIS ERROR IS SAFE TO IGNORE!");
e.printStackTrace();
}
}