Why console command have bool callback?
public void AddConsoleCommand(
string command,
Plugin plugin,
Func<ConsoleSystem.Arg, bool> callback)
{Chat commann meanwhile
public void AddChatCommand(
string command,
Plugin plugin,
Action<BasePlayer, string, string[]> callback)
{