Fix console spam from NPCs with fake names

This commit is contained in:
fullwall 2014-08-07 20:22:36 -07:00
parent 3fb0176c5d
commit 6631775294

View File

@ -140,7 +140,6 @@ public class HumanController extends AbstractEntityController {
try {
realUUID = uuid.call();
} catch (Exception e) {
e.printStackTrace();
return;
}
GameProfile skinProfile = null;
@ -151,8 +150,6 @@ public class HumanController extends AbstractEntityController {
} catch (Exception e) {
if (e.getMessage().contains("too many requests")) {
Bukkit.getScheduler().runTaskLaterAsynchronously(CitizensAPI.getPlugin(), this, 200);
} else {
e.printStackTrace();
}
return;
}