Doing what I should have done a long time ago.

This commit is contained in:
Kyzentun Keeslala
2015-07-09 13:18:51 -06:00
parent f6d369372f
commit d2090081a1
9 changed files with 27 additions and 8 deletions
+1 -1
View File
@@ -815,7 +815,7 @@ Dialog::Result LuaHelpers::ReportScriptError(RString const& Error, RString Error
RString with_correct= Error + " Correct this and click Retry, or Cancel to break.";
return Dialog::AbortRetryIgnore(with_correct, ErrorType);
}
Dialog::OK(Error, ErrorType);
//Dialog::OK(Error, ErrorType);
return Dialog::ok;
}