Always allow skin switching in friendly gametypes

This commit is contained in:
Jaime Passos 2020-02-23 16:40:52 -03:00
parent f313a0386f
commit b622f539ff
1 changed files with 3 additions and 3 deletions

View File

@ -1158,7 +1158,7 @@ UINT8 CanChangeSkin(INT32 playernum)
// Server has skin change restrictions.
if (cv_restrictskinchange.value)
{
if (gametype == GT_COOP)
if (gametyperules & GTR_FRIENDLY)
return true;
// Can change skin during initial countdown.