mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Returning true for the command hook for Bukkit.
This commit is contained in:
parent
917c3c9881
commit
3d1201df84
@ -162,7 +162,9 @@ public class WorldEditPlugin extends JavaPlugin {
|
|||||||
System.arraycopy(args, 0, split, 1, args.length);
|
System.arraycopy(args, 0, split, 1, args.length);
|
||||||
split[0] = "/" + cmd.getName();
|
split[0] = "/" + cmd.getName();
|
||||||
|
|
||||||
return controller.handleCommand(wrapPlayer(player), split);
|
controller.handleCommand(wrapPlayer(player), split);
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
String[] getGroups(Player player) {
|
String[] getGroups(Player player) {
|
||||||
|
Loading…
Reference in New Issue
Block a user