Fixed bug in PluginManager at getting info about plugin & new console commands

This commit is contained in:
2023-06-15 21:55:42 +03:00
parent 1665d47a25
commit a8c02176d3
6 changed files with 245 additions and 172 deletions

View File

@@ -138,6 +138,6 @@ public class PluginsManager
Config.Logger.Log("Failed to execute command: listplugs\nReason: " + exception.Message, this, LogLevel.ERROR);
}
return new string[] { null!, null!, null! };
return null;
}
}
}