mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
forgot to adjust one usage
This commit is contained in:
parent
11a426c18b
commit
927c9d1999
|
@ -176,7 +176,7 @@ void CServerBan::InitServerBan(IConsole *pConsole, IStorage *pStorage, CServer*
|
|||
m_pServer = pServer;
|
||||
|
||||
// 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>
|
||||
|
|
Loading…
Reference in a new issue