Stop error fetching hand item spamming console.

This commit is contained in:
HugoDaBosss 2016-03-08 22:20:52 +01:00
parent 126ee6e03f
commit f38bb0ca22
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@ public class ViaVersionPlugin extends JavaPlugin implements ViaVersionAPI {
} }
}).get(10, TimeUnit.SECONDS); }).get(10, TimeUnit.SECONDS);
} catch (Exception e) { } catch (Exception e) {
System.out.println("Error fetching hand item "); System.out.println("Error fetching hand item: " + e.getClass().getName());
e.printStackTrace();
return null; return null;
} }
} }