Skip to content

Commit

Permalink
Fixed Trevor being unable to use the the Wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Mar 3, 2021
1 parent a296fa7 commit ae7ac83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlayerCompanion/Wallet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public int this[Model model]
{
get
{
if (model == PedHash.Michael || model == PedHash.Franklin || model == PedHash.Franklin)
if (model == PedHash.Michael || model == PedHash.Franklin || model == PedHash.Trevor)
{
return Game.Player.Money;
}
Expand Down

0 comments on commit ae7ac83

Please sign in to comment.