[BUGFIX] Removed depencies from jar

This commit is contained in:
JKetelaar
2016-06-04 19:17:53 +02:00
parent 61376f551a
commit 2974fb3afd
3 changed files with 15 additions and 19 deletions
+1 -1
View File
@@ -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());