Strip down the original logger class

This commit is contained in:
Evil Factory
2026-02-13 18:58:35 -03:00
parent 36471f2239
commit a36bd70505
7 changed files with 24 additions and 156 deletions
@@ -48,7 +48,7 @@ namespace Barotrauma
}
catch (Exception e)
{
LuaCsLogger.HandleException(e, LuaCsMessageOrigin.CSharpMod);
GameMain.LuaCs.Logger.HandleException(e);
}
IsDisposed = true;
}