MCPcopy Create free account
hub / github.com/ddnet/ddnet / Ban

Method Ban

src/engine/server/server.cpp:516–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516void CServer::Ban(int ClientId, int Seconds, const char *pReason, bool VerbatimReason)
517{
518 m_NetServer.NetBan()->BanAddr(ClientAddr(ClientId), Seconds, pReason, VerbatimReason);
519}
520
521void CServer::ReconnectClient(int ClientId)
522{

Callers

nothing calls this directly

Calls 2

BanAddrMethod · 0.45
NetBanMethod · 0.45

Tested by

no test coverage detected