mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 07:11:31 +01:00
Update Players.java
This commit is contained in:
parent
454fd1b2f8
commit
f829d0f217
@ -9,12 +9,12 @@ import net.silentclient.client.mixin.ducks.AbstractClientPlayerExt;
|
||||
import net.silentclient.client.utils.types.PlayerResponse;
|
||||
import org.json.JSONObject;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import java.util.UUID;
|
||||
import java.util.WeakHashMap;
|
||||
|
||||
public class Players {
|
||||
public static final Map<String, PlayerResponse.Account> playersCache = new WeakHashMap<>();
|
||||
public static final Map<String, PlayerResponse.Account> playersCache = new HashMap<>();
|
||||
public static boolean isLoading = false;
|
||||
|
||||
public static void reload() {
|
||||
|
Loading…
Reference in New Issue
Block a user