Lua: Working MP.CreateEventTimer

This commit is contained in:
Lion Kortlepel
2021-09-20 15:41:40 +03:00
parent 3edb9322d4
commit 9efe352e7a
2 changed files with 2 additions and 2 deletions

View File

@@ -547,7 +547,7 @@ void TLuaEngine::StateThreadData::operator()() {
}
}
}
std::this_thread::sleep_for(std::chrono::microseconds(500));
std::this_thread::sleep_for(std::chrono::milliseconds(1));
}
}