diff --git a/dGame/Character.h b/dGame/Character.h index 6b000dd0..089ec00f 100644 --- a/dGame/Character.h +++ b/dGame/Character.h @@ -309,8 +309,7 @@ public: const int64_t GetCoins() const { return m_Coins; } /** - * Updates the current amount of coins of the character by a specified amount, for achievements this is not sent - * as it's tracked by the client + * Updates the current amount of coins of the character by a specified amount * @param newCoins the amount of coins to update by * @param coinSource The source of the loot */