Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
Vanilla command workaround for MC 1.9. #128.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnaude committed Mar 12, 2016
1 parent a9da2c3 commit 474632c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -66,6 +66,7 @@ private void queueAndSend() {
&& plugin.getServer().getPluginCommand(cmd) == null
&& !isCommandBookCommand)
|| (plugin.getServer().getVersion().contains("MC: 1.9")
&& plugin.getServer().getPluginCommand(cmd) == null
&& !isCommandBookCommand)) {
plugin.logDebug("Dispatching command as ConsoleSender: " + ircCommand.getGameCommand());

Expand Down

0 comments on commit 474632c

Please sign in to comment.