= Fixed plugin output

This commit is contained in:
Matthew Cech
2019-05-20 15:21:39 -07:00
parent 1df71ef61d
commit b71debb9d2
4 changed files with 33 additions and 24 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ public class PluginManager
{
Plugin plugin = plugins.get(i);
List<String> out = plugin.Run(input, new PluginUser(user));
if(out != null)
{
PluginLog.Log("Executed plugin at " + plugin.filepath);