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

@@ -172,7 +172,7 @@ namespace OpenRA.Mods.Common.Scripting
}
catch (LuaException e)
{
Context.FatalError(e.Message);
Context.FatalError(e);
}
};
}