mirror of
https://github.com/2006-Scape/Parabot-Randoms.git
synced 2026-07-03 08:39:09 +00:00
[BUGFIX] Removed depencies from jar
This commit is contained in:
@@ -14,7 +14,7 @@ import java.util.ArrayList;
|
||||
* @author JKetelaar
|
||||
*/
|
||||
public class Core {
|
||||
private ArrayList<Random> randoms = new ArrayList<Random>();
|
||||
private ArrayList<Random> randoms = new ArrayList<>();
|
||||
|
||||
public void init(String server) {
|
||||
randoms.add(new Jail());
|
||||
|
||||
Reference in New Issue
Block a user