Skip to content

Commit

Permalink
Fix invalid codes
Browse files Browse the repository at this point in the history
  • Loading branch information
insthync committed Oct 6, 2020
1 parent b10a903 commit 67cf926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/Helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ function SetNewPlayerData($player)
foreach ($currencies as $key => $value) {
$data = GetCurrency($playerId, $key);
$data->amount = $value['startAmount'];
$ata->update();
$data->update();
}
return $player;
}
Expand Down

0 comments on commit 67cf926

Please sign in to comment.