Correct pos usage

Signed-off-by: Jaida Wu <mlgmxyysd@meowcat.org>
This commit is contained in:
Jaida Wu 2022-04-20 21:04:09 +08:00
parent 0dabb4c7c2
commit 44d0adea89
No known key found for this signature in database
GPG Key ID: 2A5EF9CA5CD6B350

View File

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