Update to latest build

This commit is contained in:
downthecrop 2021-09-15 21:25:37 -07:00
parent b3df92b22d
commit 240347a2cb
73 changed files with 559267 additions and 32559 deletions

View file

@ -19,7 +19,7 @@ import java.util.ArrayList;
@ScriptManifest(name = "Fetch data10", author = "b4", version = 2, logo = "", info = "info")
public class Reader extends Script {
private ArrayList<String> names = new ArrayList<>();
private ArrayList<String> names = new ArrayList<>(20);
@Override
public int onLoop() {