Should now work fully, not KD tho

This commit is contained in:
Tleety
2016-03-04 01:34:29 +01:00
parent 66374b7ff9
commit 00b5a1771c
3 changed files with 23 additions and 20 deletions
+2 -2
View File
@@ -31,11 +31,11 @@ private:
int ID = -1;
std::string Name = "";
int Team = 1;
int Kills = 0;
int Deaths = 0;
EntityWrapper Player = EntityWrapper::Invalid;
};
std::unordered_map<int, int> m_DeathAmount;
std::unordered_map<int, int> m_KillAmount;
std::vector<int> m_DisconnectedIdentities;
int m_PlayerCounter = 0;
std::unordered_map<int, PlayerData> m_PlayerIdentities;