Fix Run getting laggier and laggier every time

This commit is contained in:
dginovker
2019-06-14 16:32:39 -04:00
committed by Dark98
parent f8c8485771
commit fbca10bd0d
@@ -22,6 +22,7 @@ public abstract class ScriptParser {
public static ScriptDescription[] getDescriptions() {
SCRIPT_CACHE.clear();
parsers.clear();
if (Core.inLoadLocal()) {
parsers.add(new LocalJavaScripts());
parsers.add(new BDNScripts());