Skip to content

Commit

Permalink
Fix console spam from NPCs with fake names
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Aug 8, 2014
1 parent 4fe776f commit ce176fb
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -140,7 +140,6 @@ public void run() {
try {
realUUID = uuid.call();
} catch (Exception e) {
e.printStackTrace();
return;
}
GameProfile skinProfile = null;
Expand All @@ -151,8 +150,6 @@ public void run() {
} catch (Exception e) {
if (e.getMessage().contains("too many requests")) {
Bukkit.getScheduler().runTaskLaterAsynchronously(CitizensAPI.getPlugin(), this, 200);
} else {
e.printStackTrace();
}
return;
}
Expand Down

0 comments on commit ce176fb

Please sign in to comment.