Revert previous change

This commit is contained in:
fullwall 2014-09-12 21:46:42 +08:00
parent 8a1d8e3106
commit 7e5c0d8e24
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ public class HumanController extends AbstractEntityController {
Iterator<Runnable> itr = tasks.iterator();
while (itr.hasNext()) {
if (((SkinFetcher) itr.next()).npc.getUniqueId().equals(((SkinFetcher) r).npc.getUniqueId())) {
return;
itr.remove();
}
}
tasks.offer(r);