From 7ce24aa2e81670c5ee6ee88e514c0944a9b86ff7 Mon Sep 17 00:00:00 2001 From: Aikar Date: Mon, 11 Feb 2019 20:41:30 -0500 Subject: [PATCH] (DEPLOYED ACF) Updated JavaDocs --- .../src-html/co/aikar/commands/SpongeCommandContexts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;