Fixed bug in linux version for downloading the first plugin only whatever the plugin name was
This commit is contained in:
@@ -38,7 +38,8 @@ public class Plugin: ICommandAction
|
||||
#if !DEBUG
|
||||
new PluginsManager();
|
||||
#else
|
||||
new PluginsManager("tests");
|
||||
// new PluginsManager("tests");
|
||||
new PluginsManager();
|
||||
#endif
|
||||
|
||||
switch (args[0])
|
||||
|
||||
Reference in New Issue
Block a user