Fixed bug in linux version for downloading the first plugin only whatever the plugin name was

This commit is contained in:
2023-12-17 16:44:52 +02:00
parent 2280957ea9
commit fe32ebc4d7
2 changed files with 10 additions and 7 deletions

View File

@@ -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])