We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edaee4 commit 9507fa5Copy full SHA for 9507fa5
Client/mods/deathmatch/logic/CPacketHandler.cpp
@@ -570,7 +570,7 @@ void CPacketHandler::Packet_ServerDisconnected(NetBitStreamInterface& bitStream)
570
break;
571
case ePlayerDisconnectType::SERIAL_VERIFICATION:
572
strReason = _("Disconnected: Serial verification failed");
573
- strErrorCode = _E("CD50");
+ strErrorCode = _E("CD44");
574
575
case ePlayerDisconnectType::CONNECTION_DESYNC:
576
strReason = _("Disconnected: Connection desync %s");
0 commit comments