mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 21:20:54 +00:00
Always allow skin switching in friendly gametypes
This commit is contained in:
parent
f313a0386f
commit
b622f539ff
1 changed files with 3 additions and 3 deletions
|
@ -1158,7 +1158,7 @@ UINT8 CanChangeSkin(INT32 playernum)
|
||||||
// Server has skin change restrictions.
|
// Server has skin change restrictions.
|
||||||
if (cv_restrictskinchange.value)
|
if (cv_restrictskinchange.value)
|
||||||
{
|
{
|
||||||
if (gametype == GT_COOP)
|
if (gametyperules & GTR_FRIENDLY)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
// Can change skin during initial countdown.
|
// Can change skin during initial countdown.
|
||||||
|
|
Loading…
Reference in a new issue