add t/f to the truthy list

This commit is contained in:
Aikar
2017-10-29 19:54:31 -04:00
parent 8a0a5c31af
commit 64de86be45
@@ -38,7 +38,7 @@ public class CommandReplacements {
CommandReplacements(CommandManager manager) {
this.manager = manager;
addReplacement("truthy", "true|false|yes|no|1|0|on|off");
addReplacement("truthy", "true|false|yes|no|1|0|on|off|t|f");
}
public void addReplacements(String... replacements) {