mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-24 00:42:32 +00:00
parent
05ee87ba59
commit
925adee72f
1 changed files with 2 additions and 2 deletions
|
|
@ -731,7 +731,7 @@ void D_RegisterServerCommands(void)
|
||||||
|
|
||||||
COM_AddCommand("downloads", Command_Downloads_f);
|
COM_AddCommand("downloads", Command_Downloads_f);
|
||||||
|
|
||||||
COM_AddCommand("item", Command_KartGiveItem_f);
|
COM_AddCommand("give", Command_KartGiveItem_f);
|
||||||
|
|
||||||
COM_AddCommand("schedule_add", Command_Schedule_Add);
|
COM_AddCommand("schedule_add", Command_Schedule_Add);
|
||||||
COM_AddCommand("schedule_clear", Command_Schedule_Clear);
|
COM_AddCommand("schedule_clear", Command_Schedule_Clear);
|
||||||
|
|
@ -5852,7 +5852,7 @@ static void Command_KartGiveItem_f(void)
|
||||||
if (ac < 2)
|
if (ac < 2)
|
||||||
{
|
{
|
||||||
CONS_Printf(
|
CONS_Printf(
|
||||||
"item <item> [amount]: Give yourself an item\n"
|
"give <item> [amount]: Give yourself an item\n"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue