Whooooooooo are you?
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user