mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-22 14:37:42 +00:00
Permit partial parameter -c (alias for -clear) on setscore
This commit is contained in:
parent
ff7bb5cd2b
commit
40964f5556
1 changed files with 1 additions and 1 deletions
|
|
@ -3358,7 +3358,7 @@ static void Command_Setscore_f(void)
|
|||
return;
|
||||
}
|
||||
|
||||
option_clear = COM_CheckParm("-clear");
|
||||
option_clear = COM_CheckPartialParm("-c");
|
||||
|
||||
if (option_clear)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue