mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 22:54:29 +00:00
Correct pos usage
Signed-off-by: Jaida Wu <mlgmxyysd@meowcat.org>
This commit is contained in:
parent
0dabb4c7c2
commit
44d0adea89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user