mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 07:11:34 +00:00
fixed g_client.c
This commit is contained in:
parent
5a78efe9cf
commit
79596ab7e5
1 changed files with 1 additions and 0 deletions
|
@ -1304,6 +1304,7 @@ char* G_Client_Connect( int32_t clientNum, qboolean firstTime, qboolean isBot )
|
|||
client->ps.persistant[PERS_SCORE] = 1;
|
||||
} else {
|
||||
int32_t tmpScore = 0;
|
||||
int32_t i = 0;
|
||||
|
||||
newClass = Info_ValueForKey (userinfo, "ui_playerClass" );
|
||||
newRank = Info_ValueForKey (userinfo, "ui_playerRank" );
|
||||
|
|
Loading…
Reference in a new issue