mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 03:51:50 +00:00
Botcontrol is for servers
This commit is contained in:
parent
c824654130
commit
ab71148c4d
1 changed files with 4 additions and 1 deletions
|
|
@ -849,6 +849,10 @@ void D_RegisterServerCommands(void)
|
|||
CV_RegisterVar(&cv_stunserver);
|
||||
#endif
|
||||
|
||||
#ifdef DEVELOP
|
||||
CV_RegisterVar(&cv_botcontrol);
|
||||
#endif
|
||||
|
||||
CV_RegisterVar(&cv_discordinvites);
|
||||
RegisterNetXCmd(XD_DISCORD, Got_DiscordInfo);
|
||||
|
||||
|
|
@ -991,7 +995,6 @@ void D_RegisterClientCommands(void)
|
|||
CV_RegisterVar(&cv_noresults);
|
||||
CV_RegisterVar(&cv_badtime);
|
||||
CV_RegisterVar(&cv_badip);
|
||||
CV_RegisterVar(&cv_botcontrol);
|
||||
#endif
|
||||
|
||||
// HUD
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue