mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-02 10:57:11 +00:00
Gave the function containing the code for the //gmask command a better name.
This commit is contained in:
parent
aebaa921fd
commit
d2f51b27b5
@ -111,7 +111,7 @@ public class GeneralCommands {
|
||||
max = -1
|
||||
)
|
||||
@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 {
|
||||
if (args.argsLength() == 0) {
|
||||
session.setMask(null);
|
||||
|
Loading…
Reference in New Issue
Block a user