mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +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
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user