Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Commit

Permalink
Actually provide command arguments to console commands
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty committed Sep 9, 2018
1 parent 17688cb commit d7ee21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCPDiscordPlugin/BotListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public BotListener(SCPDiscordPlugin plugin)
}
else
{
string[] feedback = plugin.pluginManager.CommandManager.CallCommand(plugin.pluginManager.Server, command, new string[0]);
string[] feedback = plugin.pluginManager.CommandManager.CallCommand(plugin.pluginManager.Server, command, arguments);
string response = "";

StringBuilder builder = new StringBuilder();
Expand Down

0 comments on commit d7ee21f

Please sign in to comment.