This commit is contained in:
2025-12-13 20:21:25 +01:00
parent 0f8f3ce818
commit a2d87106ba
4 changed files with 96 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ namespace KCM.Packets.Game
public override void HandlePacketServer()
{
//throw new NotImplementedException();
// Server relay is handled automatically by PacketHandler unless [NoServerRelay] is used.
}
}
}