Forgot to delete the duplicate registration for cv_kicktime in an earlier commit in this branch.

This commit is contained in:
toaster 2022-07-10 19:59:50 +01:00
parent cb5da4c3c3
commit 05a79f6a8b

View file

@ -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);