mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-15 23:26:16 +01:00
Make debug-mode show /npc skin exception
This commit is contained in:
parent
2cb61039eb
commit
99c7155a7a
@ -1711,6 +1711,9 @@ public class NPCCommands {
|
||||
}
|
||||
});
|
||||
} catch (Throwable t) {
|
||||
if (Messaging.isDebugging()) {
|
||||
t.printStackTrace();
|
||||
}
|
||||
Bukkit.getScheduler().runTask(CitizensAPI.getPlugin(), new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
Loading…
Reference in New Issue
Block a user