Gave the function containing the code for the //gmask command a better name.

This commit is contained in:
TomyLobo 2013-08-24 14:16:40 +02:00
parent aebaa921fd
commit d2f51b27b5

View File

@ -111,7 +111,7 @@ public class GeneralCommands {
max = -1 max = -1
) )
@CommandPermissions("worldedit.global-mask") @CommandPermissions("worldedit.global-mask")
public void mask(CommandContext args, LocalSession session, LocalPlayer player, public void gmask(CommandContext args, LocalSession session, LocalPlayer player,
EditSession editSession) throws WorldEditException { EditSession editSession) throws WorldEditException {
if (args.argsLength() == 0) { if (args.argsLength() == 0) {
session.setMask(null); session.setMask(null);