Replace sandbox wrapper scripts.
This commit is contained in:
committed by
abcdefg30
parent
e8dd85419f
commit
445b736885
@@ -35,7 +35,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
context.FatalError(ex.Message);
|
||||
context.FatalError(ex);
|
||||
}
|
||||
|
||||
Dispose();
|
||||
|
||||
Reference in New Issue
Block a user