Introduce the LuaCsLogger class and make everything use that instead
This commit is contained in:
@@ -3314,7 +3314,7 @@ namespace Barotrauma
|
||||
}
|
||||
catch(Exception ex)
|
||||
{
|
||||
GameMain.LuaCs.HandleException(ex, LuaCsMessageOrigin.LuaMod);
|
||||
LuaCsLogger.HandleException(ex, LuaCsMessageOrigin.LuaMod);
|
||||
}
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user