This commit is contained in:
Jesse Boyd 2017-11-09 17:21:56 +11:00
parent 3bbeb2d6fe
commit d5d97f82af
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -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);