Fix command logging.

No seriously, was the previous code even supposed to work?
This commit is contained in:
Wizjany
2012-12-27 11:45:37 -05:00
parent 6c189c4ff9
commit 79802bd4b9
7 changed files with 67 additions and 39 deletions

View File

@ -151,6 +151,7 @@ public class RegionCommands {
min = 1,
max = 1
)
@Logging(REGION)
@CommandPermissions("worldedit.region.center")
public void center(CommandContext args, LocalSession session, LocalPlayer player,
EditSession editSession) throws WorldEditException {