mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-01 01:25:38 +03:00
Merge pull request #344 from WPMGPRoSToTeMa/patch-6
Fixed typo in SV_FindModelNumbers
This commit is contained in:
commit
27f002256a
@ -710,7 +710,7 @@ void SV_FindModelNumbers(void)
|
||||
|
||||
// use case-sensitive names to increase performance
|
||||
#ifdef REHLDS_FIXES
|
||||
if (!Q_stricmp(g_psv.model_precache[i], "models/player.mdl"))
|
||||
if (!Q_strcmp(g_psv.model_precache[i], "models/player.mdl"))
|
||||
sv_playermodel = i;
|
||||
#else
|
||||
if (!Q_stricmp(g_psv.model_precache[i], "models/player.mdl"))
|
||||
|
Loading…
Reference in New Issue
Block a user