Updated for 5.4.5.

This commit is contained in:
sk89q 2012-11-03 12:58:04 -07:00
parent 14e283a1e9
commit d198961e12
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,6 @@
5.4.5:
- Fixed minor check issue with //center.
5.4.4:
- Added official support for Minecraft 1.4.
- Added support for 4096 ID blocks (theoretically) in snapshots.

View File

@ -151,6 +151,7 @@ public class RegionCommands {
min = 1,
max = 1
)
@CommandPermissions("worldedit.region.center")
public void center(CommandContext args, LocalSession session, LocalPlayer player,
EditSession editSession) throws WorldEditException {
Pattern pattern = we.getBlockPattern(player, args.getString(0));