Merge branch 'master' of github.com:Bukkit/CraftBukkit
By: stevenh <steven.hartland@multiplay.co.uk>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user