Fix a skins issue on nq servers after changing maps.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6305 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c2f7a7b2d0
commit
279474a019
1 changed files with 2 additions and 0 deletions
|
@ -2082,6 +2082,8 @@ void CL_ClearState (qboolean gamestart)
|
|||
#ifdef CL_MASTER
|
||||
MasterInfo_WriteServers();
|
||||
#endif
|
||||
|
||||
R_GAliasFlushSkinCache(false);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue