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

Method ConReloadAnnouncement

src/engine/server/server.cpp:4108–4112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4106}
4107
4108void CServer::ConReloadAnnouncement(IConsole::IResult *pResult, void *pUserData)
4109{
4110 CServer *pThis = static_cast<CServer *>(pUserData);
4111 pThis->ReadAnnouncementsFile();
4112}
4113
4114void CServer::ConReloadMaplist(IConsole::IResult *pResult, void *pUserData)
4115{

Callers

nothing calls this directly

Calls 1

ReadAnnouncementsFileMethod · 0.80

Tested by

no test coverage detected