Added BukkitCommandSender and WorldEditPlugin.wrapCommandSender.

This commit is contained in:
TomyLobo
2011-12-15 12:02:00 +01:00
parent 6d4b4718db
commit 3bec3c169c
4 changed files with 136 additions and 0 deletions

View File

@@ -657,4 +657,8 @@ public abstract class LocalPlayer {
throw new WorldEditPermissionException();
}
}
public boolean isPlayer() {
return true;
}
}