Remove user from queriedUsers when they log off
This commit is contained in:
parent
24ac456c17
commit
49bbf4fe1b
|
|
@ -138,6 +138,7 @@ public class EconUser {
|
|||
}
|
||||
|
||||
public static void removeUser(UUID uuid) {
|
||||
queriedUsers.remove(uuid);
|
||||
if (Config.DEBUG)
|
||||
Logger.info("Unloading EconUser %", uuid.toString());
|
||||
users.remove(uuid);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user