mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-16 06:44:41 +01:00
feat: add in game command handler
This commit is contained in:
@@ -175,6 +175,10 @@ public class Connection(KcpConversation conversation, IPEndPoint remote) : KcpCo
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
if (ConfigManager.Config.ServerOption.EnableDebug &&
|
||||
ConfigManager.Config.ServerOption.DebugNoHandlerPacket)
|
||||
Logger.Error($"No handler found for {packetName}({opcode})");
|
||||
}
|
||||
|
||||
private async Task SendDummy(string packetName)
|
||||
|
||||
Reference in New Issue
Block a user