mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-24 03:38:04 +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;
|
import java.util.List;
|
||||||
|
|
||||||
@Command(label = "pos",
|
@Command(label = "pos", usage = "pos",
|
||||||
usage = "Usage: pos", description = "Get coordinates.")
|
description = "Get coordinates.")
|
||||||
public class Pos implements CommandHandler {
|
public class Pos implements CommandHandler {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user