mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-13 00:24:17 +00:00
Move to D_RegisterServerCommands
This commit is contained in:
parent
85884ad4e2
commit
651d25a516
1 changed files with 1 additions and 1 deletions
|
@ -714,6 +714,7 @@ void D_RegisterServerCommands(void)
|
|||
|
||||
CV_RegisterVar(&cv_dummyconsvar);
|
||||
|
||||
CV_RegisterVar(&cv_discordinvites);
|
||||
RegisterNetXCmd(XD_DISCORD, Got_DiscordInfo);
|
||||
}
|
||||
|
||||
|
@ -1013,7 +1014,6 @@ void D_RegisterClientCommands(void)
|
|||
CV_RegisterVar(&cv_discordstreamer);
|
||||
CV_RegisterVar(&cv_discordasks);
|
||||
#endif
|
||||
CV_RegisterVar(&cv_discordinvites);
|
||||
}
|
||||
|
||||
/** Checks if a name (as received from another player) is okay.
|
||||
|
|
Loading…
Reference in a new issue