Skip to content

Commit

Permalink
Better naming of extra arg
Browse files Browse the repository at this point in the history
Co-authored-by: Jack <[email protected]>
  • Loading branch information
Zanieon and ASpoonPlaysGames authored Oct 12, 2023
1 parent d0be573 commit 55f45ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Northstar.CustomServers/mod/scripts/vscripts/mp/_stats.nut
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ float function PlayerStat_GetCurrentFloat( entity player, string statCategory, s
return 0
}

void function UpdatePlayerStat( entity player, string statCategory, string subStat, int count = 1, string alias = "" )
void function UpdatePlayerStat( entity player, string statCategory, string subStat, int count = 1, string statAlias = "" )
{
if ( !IsValid( player ) )
return
Expand Down

0 comments on commit 55f45ec

Please sign in to comment.