swap exception

This commit is contained in:
Evil Factory
2022-04-16 15:01:50 -03:00
parent 7f3aac186d
commit 6aeac06112
@@ -369,7 +369,7 @@ namespace Barotrauma
} }
catch (Exception ex) catch (Exception ex)
{ {
PrintMessage(ex); HandleException(ex, exceptionType: ExceptionType.CSharp);
} }