mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 14:26:09 +00:00
Lua: info,debug -> trace
This commit is contained in:
@@ -93,7 +93,7 @@ void TLuaEngine::operator()() {
|
||||
< std::chrono::milliseconds(10)) {
|
||||
std::this_thread::sleep_for(Diff);
|
||||
} else {
|
||||
beammp_debug("Event loop cannot keep up!");
|
||||
beammp_trace("Event loop cannot keep up!");
|
||||
}
|
||||
Before = std::chrono::high_resolution_clock::now();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user