mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
forgot replacement string
This commit is contained in:
@@ -68,7 +68,7 @@ public class SpongeCommandContexts extends CommandContexts<SpongeCommandExecutio
|
||||
return user.get();
|
||||
}
|
||||
if (!c.isOptional()) {
|
||||
throw new InvalidCommandArgument(MinecraftMessageKeys.NO_PLAYER_FOUND, false);
|
||||
throw new InvalidCommandArgument(MinecraftMessageKeys.NO_PLAYER_FOUND, false, "{search}", name);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user