Fix missing change from ee08087871

(Fixes #697) Thanks to @ljacqu for pointing that out
This commit is contained in:
games647 2016-05-09 21:04:38 +02:00
parent b728b297b8
commit 3673e15ff7

View File

@ -85,7 +85,7 @@ public class LimboCache {
name = name.toLowerCase();
LimboPlayer cachedPlayer = cache.remove(name);
if (cachedPlayer != null) {
cache.get(name).clearTasks();
cachedPlayer.clearTasks();
}
}