mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-01 00:41:16 +00:00
Merge branch 'dedi-bots' into 'master'
Fix bots never acting on dedicated servers (#574) See merge request KartKrew/Kart!1335
This commit is contained in:
commit
6b85dacaaa
1 changed files with 4 additions and 1 deletions
|
|
@ -850,6 +850,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);
|
||||
|
||||
|
|
@ -992,7 +996,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