mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 08:32:07 -07:00
Redirect System.out and System.err to a Logger
This commit is contained in:
@@ -260,4 +260,8 @@ public final class CraftServer implements Server {
|
||||
|
||||
pluginManager.callEvent(new WorldEvent(Type.WORLD_LOADED, world));
|
||||
}
|
||||
|
||||
public Logger getLogger() {
|
||||
return MinecraftServer.a;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user