Skip to content

Commit

Permalink
Changed default coin to Transferable.
Browse files Browse the repository at this point in the history
  • Loading branch information
elsongabriel committed Feb 20, 2024
1 parent af88e2b commit 151e9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/modules/scripts/gamestore/gamestore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6770,7 +6770,7 @@ for k, category in ipairs(GameStore.Categories) do
offer.type = GameStore.OfferTypes.OFFER_TYPE_NONE
end
if not offer.coinType then
offer.coinType = GameStore.CoinType.Coin
offer.coinType = GameStore.CoinType.Transferable
end
end
end
Expand Down

0 comments on commit 151e9f3

Please sign in to comment.