mirror of
https://gitlab.com/2009scape/singleplayer/windows.git
synced 2026-08-28 05:45:17 -06:00
Updated to 2009Scape dev build - Aug 18th 2021
Built from commit: 481dccf126
This commit is contained in:
parent
5565fe9a0d
commit
203de1a3fa
51 changed files with 630160 additions and 280310 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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