Adding country code to protocol (currently broken).

This commit is contained in:
lotodore
2010-04-01 17:09:49 +00:00
parent 2dc3ab64ec
commit 652a9e55b4
4 changed files with 15 additions and 2 deletions
+1
View File
@@ -67,6 +67,7 @@ struct PlayerInfo
std::string playerName;
PlayerType ptype;
bool isGuest;
std::string countryCode;
bool hasAvatar;
MD5Buf avatar;
AvatarFileType avatarType;