1
0

cProtocolRecognizer goes on a diet (#4770)

- Removed inheritance from cProtocol
This commit is contained in:
Tiger Wang
2020-07-17 18:46:50 +01:00
committed by GitHub
parent d8406c7c58
commit ff2c246de2
10 changed files with 247 additions and 1164 deletions

View File

@@ -931,7 +931,7 @@ bool cRoot::DoWithPlayer(const AString & a_PlayerName, cPlayerListCallback a_Cal
AString cRoot::GetProtocolVersionTextFromInt(int a_ProtocolVersion)
{
return cProtocolRecognizer::GetVersionTextFromInt(a_ProtocolVersion);
return cMultiVersionProtocol::GetVersionTextFromInt(a_ProtocolVersion);
}