Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-24 18:10:08 +01:00
Gave the function containing the code for the //gmask command a better name.
Dieser Commit ist enthalten in:
Ursprung
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);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren