Merge branch 'master' of github.com:Bukkit/CraftBukkit

This commit is contained in:
stevenh
2011-01-29 21:04:16 +00:00
10 changed files with 181 additions and 31 deletions

View File

@@ -110,4 +110,7 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
entity.a.b(((Packet) (new Packet6SpawnPosition(loc.getBlockX(), loc.getBlockY(), loc.getBlockZ()))));
}
public boolean performCommand(String command) {
return server.dispatchCommand(this, command);
}
}