bugfix
All checks were successful
/ Auto-Build-App (push) Successful in 1m31s

This commit is contained in:
pietru 2025-02-23 22:25:34 +01:00
parent b51d715b56
commit 30c34d07d0

View file

@ -32,8 +32,8 @@ public class BaseScript {
public String name = ""; public String name = "";
public static HashMap<String, ArrayList<String>> code_events = new HashMap<>(); public HashMap<String, ArrayList<String>> code_events = new HashMap<>();
public static HashMap<String, Integer> code_event_fails = new HashMap<>(); public HashMap<String, Integer> code_event_fails = new HashMap<>();
public void parse_file(File f) throws Exception{ public void parse_file(File f) throws Exception{
code_events.clear(); code_events.clear();