HarpyWar / nfsuserver

Server emulator for the game Need For Speed: Underground
100 stars 28 forks source link

Fix player REP in the rooms. #8

Closed ian-travers closed 2 years ago

ian-travers commented 2 years ago

I forgot to change some lines. Change sprintf(arr2[6], "S="); to sprintf(arr2[6], "S=%s", GetPlayerStat(user->Personas[user->SelectedPerson])); Change it wherever it is.

This should fix player REP in the rooms. Sorry about that.