From a9da275673c7158e975e010230413c0ae5af5e6f Mon Sep 17 00:00:00 2001 From: EmosewaMC <39972741+EmosewaMC@users.noreply.github.com> Date: Mon, 3 Jan 2022 16:01:54 -0800 Subject: [PATCH] removed extra tab removed extra tab --- dGame/dMission/Mission.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dGame/dMission/Mission.cpp b/dGame/dMission/Mission.cpp index ed14429b..0eb1a6bb 100644 --- a/dGame/dMission/Mission.cpp +++ b/dGame/dMission/Mission.cpp @@ -480,7 +480,7 @@ void Mission::YieldRewards() { inventoryComponent->AddItem(pair.first, count); } - + if (info->reward_currency > 0) { int32_t lootSource = info->isMission ? LOOT_SOURCE_MISSION : LOOT_SOURCE_ACHIEVEMENT; character->SetCoins(character->GetCoins() + info->reward_currency, lootSource);