mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-12-26 11:07:59 +01:00
Revert previous change
This commit is contained in:
parent
8a1d8e3106
commit
7e5c0d8e24
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user