This commit is contained in:
2025-12-14 01:19:31 +01:00
8 changed files with 289 additions and 134 deletions

View File

@@ -81,7 +81,7 @@ namespace KCM.Packets.Game
public override void HandlePacketServer()
{
// Server doesn't need to handle this packet
// Server relay is handled automatically by PacketHandler unless [NoServerRelay] is used.
}
}
}