Updated Bukkit support.

This commit is contained in:
sk89q
2011-01-09 11:43:47 -08:00
parent 8e44295304
commit 8e4558a246
3 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ public class WorldEditPlugin extends JavaPlugin {
playerListener, Priority.Normal, this);
getServer().getPluginManager().registerEvent(Event.Type.BLOCK_DAMAGED,
blockListener, Priority.Normal, this);
getServer().getPluginManager().registerEvent(Event.Type.BLOCK_PLACED,
getServer().getPluginManager().registerEvent(Event.Type.BLOCK_RIGHTCLICKED,
blockListener, Priority.Normal, this);
}
}