forgot to adjust one usage

This commit is contained in:
H-M-H 2015-12-23 14:51:55 +01:00
parent 11a426c18b
commit 927c9d1999

View file

@ -176,7 +176,7 @@ void CServerBan::InitServerBan(IConsole *pConsole, IStorage *pStorage, CServer*
m_pServer = pServer; m_pServer = pServer;
// overwrites base command, todo: improve this // overwrites base command, todo: improve this
Console()->Register("ban", "s?ir", CFGFLAG_SERVER|CFGFLAG_STORE, ConBanExt, this, "Ban player with ip/client id for x minutes for any reason", "<ip|id> <minutes> [<reason>]"); Console()->Register("ban", "s?ir", CFGFLAG_SERVER|CFGFLAG_STORE, ConBanExt, this, "Ban player with ip/client id for x minutes for any reason", "<ip|id> <minutes> [reason]");
} }
template<class T> template<class T>