Skip to content

Commit 0aa25c8

Browse files
SpottedleafJRoy
andauthored
Fix issue with "Fix issue with offline player data" (#6286)
Fixes #6277 Fixes the bad fix in e9da116 Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
1 parent ca07b53 commit 0aa25c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Essentials/src/main/java/com/earth2me/essentials/userstorage/ModernUserMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public void invalidate(final UUID uuid) {
216216
}
217217

218218
public void removeCache(final UUID uuid) {
219-
uuidCache.removeCache(uuid);
219+
onlineUserCache.remove(uuid);
220220
}
221221

222222
private File getUserFile(final UUID uuid) {

0 commit comments

Comments
 (0)