From f772fedf19b9612b2610770136a0418b9a13b0fa Mon Sep 17 00:00:00 2001 From: EmosewaMC <39972741+EmosewaMC@users.noreply.github.com> Date: Wed, 22 Dec 2021 00:43:42 -0800 Subject: [PATCH] Updated description of SetCoins Updated the description of the Character::SetCoins function to more accurately describe how the function works. --- dGame/Character.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dGame/Character.h b/dGame/Character.h index 6b000dd..089ec00 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 */