fix(script): temp workaround to disable script checks before run (#1912)

This commit is contained in:
Skylot
2023-06-14 09:43:06 +01:00
parent dddb7b2878
commit 1a642108ef
@@ -128,9 +128,6 @@ public class ScriptContentPanel extends AbstractCodeContentPanel {
private void runScript() {
scriptArea.save();
if (!checkScript()) {
return;
}
resetResultLabel();
TabbedPane tabbedPane = getTabbedPane();