mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 03:22:35 +00:00
Fix being unable to switch followers & colours from the menu without switching skins
This commit is contained in:
parent
5f8eaaf41b
commit
348dab6fe2
1 changed files with 4 additions and 0 deletions
|
|
@ -2953,6 +2953,10 @@ static void M_MPConfirmCharacterSelection(void)
|
|||
|
||||
// finally, call the skin[x] console command.
|
||||
// This will call SendNameAndColor which will synch everything we sent here and apply the changes!
|
||||
|
||||
// This is a hack to make sure we call Skin[x]_OnChange afterwards
|
||||
CV_StealthSetValue(&cv_skin[i], -1);
|
||||
|
||||
strcpy(cmd, commandnames[i]);
|
||||
strcat(cmd, skins[setup_player[i].skin].name);
|
||||
COM_ImmedExecute(cmd);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue