Merge pull request #6888 from obrakmann/fix6887_crash_dialog_on_restart
Prevent crash dialog from popping up when the game restarts
This commit is contained in:
@@ -16,7 +16,7 @@ using System.Text;
|
||||
|
||||
namespace OpenRA
|
||||
{
|
||||
enum RunStatus
|
||||
public enum RunStatus
|
||||
{
|
||||
Error = -1,
|
||||
Success = 0,
|
||||
|
||||
Reference in New Issue
Block a user