mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-03 14:57:37 +00:00
Fix error in clipboard brush switches
This commit is contained in:
parent
39a3c83801
commit
8e16acde1d
@ -736,7 +736,7 @@ public class BrushCommands {
|
|||||||
public void clipboardBrush(Player player, LocalSession session,
|
public void clipboardBrush(Player player, LocalSession session,
|
||||||
@Switch(name = 'a', desc = "Don't paste air from the clipboard")
|
@Switch(name = 'a', desc = "Don't paste air from the clipboard")
|
||||||
boolean ignoreAir,
|
boolean ignoreAir,
|
||||||
@Switch(name = 'o', desc = "Paste starting at the target location, instead of centering on it")
|
@Switch(name = 'p', desc = "Paste starting at the target location, instead of centering on it")
|
||||||
boolean usingOrigin,
|
boolean usingOrigin,
|
||||||
@Switch(name = 'e', desc = "Paste entities if available")
|
@Switch(name = 'e', desc = "Paste entities if available")
|
||||||
boolean pasteEntities,
|
boolean pasteEntities,
|
||||||
|
Loading…
Reference in New Issue
Block a user