Skip to content

Commit 3074cfa

Browse files
committed
Fix typo in maxArgForAware for who command
1 parent 7a5dd44 commit 3074cfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/mvplugins/multiverse/core/commands/WhoCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ void onWhoAllCommand(
7878
@Description("{@@mv-core.who.description}")
7979
void onWhoCommand(
8080
MVCommandIssuer issuer,
81-
@Flags("resolve=issuerAware,maxArgForAware=")
81+
@Flags("resolve=issuerAware,maxArgForAware=0")
8282
@Syntax("[world]")
8383
@Description("{@@mv-core.who.world.description}")
8484
LoadedMultiverseWorld inputtedWorld,

0 commit comments

Comments
 (0)