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:
parent
d446d34227
commit
5dc2143142
|
|
@ -49,7 +49,7 @@ public class WalkerManager extends PluginManager<Walker> {
|
||||||
private ResourceBundle helpText;
|
private ResourceBundle helpText;
|
||||||
|
|
||||||
public WalkerManager() {
|
public WalkerManager() {
|
||||||
super(Walker.class,"walker","Walker");
|
super(Walker.class,"walker","");
|
||||||
helpText = TextFormattingUtils.loadResourceBundle("StingText");
|
helpText = TextFormattingUtils.loadResourceBundle("StingText");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue