Use BlockCommandSender for dispatching Command block commands

Also allow commands that don't start with a / to match vanilla behavior
This commit is contained in:
Travis Watkins
2012-10-31 06:36:55 -05:00
parent 9e4e2c62af
commit 46d7cd1e05
3 changed files with 55 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ public class TileEntity {
private static Map a = new HashMap();
private static Map b = new HashMap();
protected World world;
public World world; // CraftBukkit - protected -> public
public int x;
public int y;
public int z;