minor change in LOGD call
This commit is contained in:
parent
c7f38761ed
commit
cd1c405894
@ -381,8 +381,8 @@ short cPlayer::DeltaExperience(short a_Xp_delta)
|
||||
m_LifetimeTotalXp += a_Xp_delta;
|
||||
}
|
||||
|
||||
LOGD("Player \"%s\" earnt %d experience, total is now: %d",
|
||||
m_PlayerName.c_str(), a_Xp_delta, m_XpTotal);
|
||||
LOGD("Player \"%s\" gained/lost %d experience, total is now: %d",
|
||||
m_PlayerName.c_str(), a_Xp_delta, m_CurrentXp);
|
||||
|
||||
// Set experience to be updated
|
||||
m_bDirtyExperience = true;
|
||||
|
Loading…
Reference in New Issue
Block a user