Skip to content

Commit

Permalink
Updated to v0.68, works with CB-1.7.9-R0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogermb committed Mar 23, 2016
1 parent 5bfbeb9 commit 1141664
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>me.firedroide.plugins</groupId>
<artifactId>BukkitSpeak</artifactId>
<version>0.68-SNAPSHOT</version>
<version>0.68</version>
<packaging>jar</packaging>

<name>BukkitSpeak</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ public void resetLists() {
if (Configuration.TS_COMMANDS_ENABLED.getBoolean() || Configuration.TS_LIST_GROUPING.getBoolean()) {
permissionsHelper.run();
}
if (isFloodBanned()) return;
}

private boolean isFloodBanned() {
Expand Down

0 comments on commit 1141664

Please sign in to comment.