Partial revert of #1245

This commit is contained in:
Luke Hubmayer-Werner
2022-06-13 12:02:36 +09:30
committed by Melledy
parent c5b45358e7
commit 2fd2fab54c
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import java.util.List;
import static emu.grasscutter.utils.Language.translate;
@Command(label = "position", usage = "position", aliases = {"pos"}, description = "commands.position.description", targetRequirement = Command.TargetRequirement.NONE)
@Command(label = "position", usage = "position", aliases = {"pos"}, description = "commands.position.description")
public final class PositionCommand implements CommandHandler {
@Override