Removed support for walkers ending with "Walker" from the engine.

If your walker has "Walker" in the name, you will have to use "Walker" on the -T to access it.
This commit is contained in:
Mauricio Carneiro 2012-07-20 17:26:28 -04:00
parent d446d34227
commit 5dc2143142
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class WalkerManager extends PluginManager<Walker> {
private ResourceBundle helpText;
public WalkerManager() {
super(Walker.class,"walker","Walker");
super(Walker.class,"walker","");
helpText = TextFormattingUtils.loadResourceBundle("StingText");
}