Whooooooooo are you?

This commit is contained in:
MarcEricMartel
2023-12-06 12:25:34 -05:00
parent f29abe8046
commit adf36c8905
2 changed files with 2 additions and 41 deletions

View File

@@ -232,6 +232,8 @@ void Server::Run() {
if (sync_acc >= 1000) {
sync_acc -= 1000;
--timer;
std::string str = "Timer: ";
Log(str.append(std::to_string(timer)), false, false);
}
for (auto& [key, conn] : m_conns) {