Commit 00a746be authored by Jaida Wu's avatar Jaida Wu
Browse files

Correct pos usage


Signed-off-by: default avatarJaida Wu <mlgmxyysd@meowcat.org>
parent e8a30599
......@@ -6,8 +6,8 @@ import emu.grasscutter.game.GenshinPlayer;
import java.util.List;
@Command(label = "pos",
usage = "Usage: pos", description = "Get coordinates.")
@Command(label = "pos", usage = "pos",
description = "Get coordinates.")
public class Pos implements CommandHandler {
@Override
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment