Added BukkitCommandSender and WorldEditPlugin.wrapCommandSender.
This commit is contained in:
@@ -657,4 +657,8 @@ public abstract class LocalPlayer {
|
||||
throw new WorldEditPermissionException();
|
||||
}
|
||||
}
|
||||
|
||||
public boolean isPlayer() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user