mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-04 07:44:12 +08:00
Debug system (#1894)
* Add build (compile) script: gradlew jar * Move server and services log levels to ConfigContainer, ability to enable/disable show packet payload and loop packets * Add some loop packets to known list
This commit is contained in:
committed by
GitHub
Unverified
parent
55928d9154
commit
43b7d7a383
@@ -27,7 +27,8 @@ public class PacketOpcodesUtils {
|
||||
PacketOpcodes.PingRsp,
|
||||
PacketOpcodes.WorldPlayerRTTNotify,
|
||||
PacketOpcodes.UnionCmdNotify,
|
||||
PacketOpcodes.QueryPathReq
|
||||
PacketOpcodes.QueryPathReq,
|
||||
PacketOpcodes.QueryPathRsp
|
||||
);
|
||||
|
||||
static {
|
||||
|
||||
Reference in New Issue
Block a user