mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-03-24 00:23:11 +01:00
Restructured the config file in preperation for server run modes
This commit is contained in:
@@ -87,7 +87,7 @@ public class GameServerPacketHandler {
|
||||
}
|
||||
|
||||
// Log unhandled packets
|
||||
if (Grasscutter.getConfig().LOG_PACKETS) {
|
||||
if (Grasscutter.getConfig().getGameServerOptions().LOG_PACKETS) {
|
||||
//Grasscutter.getLogger().info("Unhandled packet (" + opcode + "): " + PacketOpcodesUtil.getOpcodeName(opcode));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user