diff --git a/docs/acf-sponge/src-html/co/aikar/commands/SpongeCommandContexts.html b/docs/acf-sponge/src-html/co/aikar/commands/SpongeCommandContexts.html index 1e135196..2abef271 100644 --- a/docs/acf-sponge/src-html/co/aikar/commands/SpongeCommandContexts.html +++ b/docs/acf-sponge/src-html/co/aikar/commands/SpongeCommandContexts.html @@ -76,7 +76,7 @@ 068 return user.get(); 069 } 070 if (!c.isOptional()) { -071 throw new InvalidCommandArgument(MinecraftMessageKeys.NO_PLAYER_FOUND, false); +071 throw new InvalidCommandArgument(MinecraftMessageKeys.NO_PLAYER_FOUND, false, "{search}", name); 072 } 073 074 return null;