Pop & Push don't work like they should

This commit is contained in:
Kayne Ruse
2015-01-01 03:37:13 +11:00
parent ebd8e54725
commit b4b7c0d877
3 changed files with 23 additions and 3 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ CharacterData* CharacterManager::Get(int uid) {
return nullptr;
}
return &it->second;
return &(it->second);
}
int CharacterManager::GetLoadedCount() {