Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
00a746be
Commit
00a746be
authored
Apr 20, 2022
by
Jaida Wu
Browse files
Correct pos usage
Signed-off-by:
Jaida Wu
<
mlgmxyysd@meowcat.org
>
parent
e8a30599
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/command/commands/Pos.java
View file @
00a746be
...
@@ -6,8 +6,8 @@ import emu.grasscutter.game.GenshinPlayer;
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment