mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-01-06 08:28:14 +01:00
Fixes #780
This commit is contained in:
parent
3bbeb2d6fe
commit
d5d97f82af
@ -139,7 +139,7 @@ public class OptionsCommands {
|
|||||||
min = 0,
|
min = 0,
|
||||||
max = -1
|
max = -1
|
||||||
)
|
)
|
||||||
@CommandPermissions("worldedit.global-trasnform")
|
@CommandPermissions("worldedit.global-transform")
|
||||||
public void gtransform(Player player, EditSession editSession, LocalSession session, @Optional CommandContext context) throws WorldEditException {
|
public void gtransform(Player player, EditSession editSession, LocalSession session, @Optional CommandContext context) throws WorldEditException {
|
||||||
if (context == null || context.argsLength() == 0) {
|
if (context == null || context.argsLength() == 0) {
|
||||||
session.setTransform(null);
|
session.setTransform(null);
|
||||||
|
Loading…
Reference in New Issue
Block a user