[FIX] Фикс java.lang.IllegalArgumentException: jdk.internal.ref.PhantomCleanable<?> declares multiple JSON fields named next

This commit is contained in:
Gravit 2019-03-23 10:30:05 +07:00
parent bc87e65ec9
commit 9145243b8c
No known key found for this signature in database
GPG key ID: 061981E1E85D3216
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ public AuthProviderPair getAuthProviderPair()
public HWIDHandler hwidHandler; public HWIDHandler hwidHandler;
public HashMap<String, Component> components; public Map<String, Component> components;
// Misc options // Misc options
public int threadCount; public int threadCount;

View file

@ -14,7 +14,7 @@
import java.util.List; import java.util.List;
public class AuthLimiterComponent extends Component implements NeedGarbageCollection { public class AuthLimiterComponent extends Component implements NeedGarbageCollection {
private LaunchServer server; private transient LaunchServer server;
@Override @Override
public void preInit(LaunchServer launchServer) { public void preInit(LaunchServer launchServer) {