[CLEANUP] Removed unused boolean

This commit is contained in:
JKetelaar
2016-01-01 16:43:49 +01:00
parent 336b3e5564
commit 9f63d1df68
@@ -38,7 +38,6 @@ public class Context {
private static Context instance;
private static String username;
public boolean added;
private ASMClassLoader classLoader;
private ClassPath classPath;
private ServerProvider serverProvider;