mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-17 04:41:31 +01:00
Fix console spam from NPCs with fake names
This commit is contained in:
parent
3fb0176c5d
commit
6631775294
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user