Compare commits

..

1 Commits

2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<groupId>eu.endermite</groupId>
<artifactId>CommandWhitelist</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<packaging>jar</packaging>
<name>CommandWhitelist</name>
@@ -25,7 +25,9 @@ public class TabCompleteBlockerListener implements Listener {
if (cmd.startsWith("/" + scommand + " ")) {
continue;
}
try {
suggestions.remove(slast);
} catch (Exception ignored) {}
}
event.setCompletions(suggestions);
}