Replace sandbox wrapper scripts.

This commit is contained in:
Matthias Mailänder
2023-05-08 21:04:45 +02:00
committed by abcdefg30
parent e8dd85419f
commit 445b736885
15 changed files with 188 additions and 763 deletions

View File

@@ -35,7 +35,7 @@ namespace OpenRA.Mods.Common.Activities
}
catch (Exception ex)
{
context.FatalError(ex.Message);
context.FatalError(ex);
}
Dispose();