fix: changed gold/exp mecanic

This commit is contained in:
2021-11-05 18:12:57 +01:00
parent afcfce1328
commit 18a090df06
6 changed files with 44 additions and 16 deletions

View File

@@ -98,7 +98,7 @@ void GameMenu::showTPS() {
void GameMenu::showStats() {
ImGui::Text("Gold : %i", getClient()->getGame().getPlayer()->getGold());
ImGui::Text("EXP: %i", getClient()->getGame().getPlayer()->getEXP());
ImGui::Text("EXP: %i", getClient()->getGame().getPlayer()->getExp());
}
} // namespace gui