forgot newline

This commit is contained in:
Ryozuki 2018-01-18 07:58:22 +01:00
parent 1e88ad92a0
commit 6413cab702

View file

@ -589,4 +589,4 @@ void CGameContext::ConVoteNo(IConsole::IResult *pResult, void *pUserData)
pSelf->SendChatTarget(-1, aBuf);
str_format(aBuf, sizeof(aBuf), "forcing vote %s", pResult->GetString(0));
pSelf->Console()->Print(IConsole::OUTPUT_LEVEL_STANDARD, "server", aBuf);
}
}