mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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);
|
CV_RegisterVar(&cv_stunserver);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef DEVELOP
|
||||||
|
CV_RegisterVar(&cv_botcontrol);
|
||||||
|
#endif
|
||||||
|
|
||||||
CV_RegisterVar(&cv_discordinvites);
|
CV_RegisterVar(&cv_discordinvites);
|
||||||
RegisterNetXCmd(XD_DISCORD, Got_DiscordInfo);
|
RegisterNetXCmd(XD_DISCORD, Got_DiscordInfo);
|
||||||
|
|
||||||
|
|
@ -992,7 +996,6 @@ void D_RegisterClientCommands(void)
|
||||||
CV_RegisterVar(&cv_noresults);
|
CV_RegisterVar(&cv_noresults);
|
||||||
CV_RegisterVar(&cv_badtime);
|
CV_RegisterVar(&cv_badtime);
|
||||||
CV_RegisterVar(&cv_badip);
|
CV_RegisterVar(&cv_badip);
|
||||||
CV_RegisterVar(&cv_botcontrol);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// HUD
|
// HUD
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue