mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Forgot to delete the duplicate registration for cv_kicktime in an earlier commit in this branch.
This commit is contained in:
parent
cb5da4c3c3
commit
05a79f6a8b
1 changed files with 0 additions and 1 deletions
|
@ -3834,7 +3834,6 @@ void D_ClientServerInit(void)
|
|||
#ifndef NONET
|
||||
COM_AddCommand("getplayernum", Command_GetPlayerNum);
|
||||
COM_AddCommand("kick", Command_Kick);
|
||||
CV_RegisterVar(&cv_kicktime);
|
||||
COM_AddCommand("ban", Command_Ban);
|
||||
COM_AddCommand("banip", Command_BanIP);
|
||||
COM_AddCommand("clearbans", Command_ClearBans);
|
||||
|
|
Loading…
Reference in a new issue