updated LocalExpansionManager to accept a command sender to notify of load completion details

This commit is contained in:
Sxtanna
2020-07-24 19:02:17 -04:00
parent 00ced0495d
commit 50cee40531
4 changed files with 13 additions and 12 deletions

View File

@@ -21,7 +21,6 @@ public final class CommandReload extends PlaceholderCommand
public void evaluate(@NotNull final PlaceholderAPIPlugin plugin, @NotNull final CommandSender sender, @NotNull final String alias, @NotNull @Unmodifiable final List<String> params)
{
plugin.reloadConf(sender);
Msg.msg(sender, "&fPlaceholder&7API &bconfiguration reloaded!");
}
}