mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-03 09:10:01 +01:00
Fix missing change from ee08087871
(Fixes #697) Thanks to @ljacqu for pointing that out
This commit is contained in:
parent
b728b297b8
commit
3673e15ff7
@ -85,7 +85,7 @@ public class LimboCache {
|
||||
name = name.toLowerCase();
|
||||
LimboPlayer cachedPlayer = cache.remove(name);
|
||||
if (cachedPlayer != null) {
|
||||
cache.get(name).clearTasks();
|
||||
cachedPlayer.clearTasks();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user