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:
Ursprung
4196402105
Commit
4ecdcbb7c3
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren