Skip to content

Commit

Permalink
Stop chat trigger errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Aug 2, 2013
1 parent dd385c5 commit 396a05e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -196,7 +196,7 @@ else if (event.getMessage().toUpperCase().contains(keyword.toUpperCase()))
try {
cancelled = event.isAsynchronous() ? Bukkit.getScheduler().callSyncMethod(DenizenAPI.getCurrentInstance(), call).get() : call.call();
} catch (InterruptedException e) {
e.printStackTrace();
// e.printStackTrace();
} catch (ExecutionException e) {
e.printStackTrace();
} catch (Exception e) {
Expand Down

0 comments on commit 396a05e

Please sign in to comment.