Better LoggerService

This commit is contained in:
Evil Factory
2026-02-09 19:51:31 -03:00
parent 64831bd580
commit a61e705dbf
4 changed files with 128 additions and 123 deletions
@@ -365,6 +365,8 @@ namespace Barotrauma
CoroutineManager.Update(paused: false, (float)Timing.Step);
LuaCs.EventService.PublishEvent<IEventUpdate>(sub => sub.OnUpdate(Timing.Step));
LuaCs.Logger.ProcessLogs();
performanceCounterTimer.Stop();
if (GameMain.LuaCs.PerformanceCounter.EnablePerformanceCounter)
{