mirror of
https://gitlab.com/2009scape/singleplayer/linux.git
synced 2026-08-28 05:45:12 -06:00
Update to latest build
This commit is contained in:
parent
b3df92b22d
commit
240347a2cb
73 changed files with 559267 additions and 32559 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue