fixing bug when installing local plugins
This commit is contained in:
parent
bd85d32756
commit
e98860dc29
|
@ -134,9 +134,11 @@ public class PluginManager {
|
|||
}
|
||||
} else {
|
||||
System.out.println("Using plugin from local fs: " + pluginFile.getAbsolutePath());
|
||||
downloaded = true;
|
||||
}
|
||||
} else {
|
||||
System.out.println("Using plugin from local fs: " + pluginFile.getAbsolutePath());
|
||||
downloaded = true;
|
||||
}
|
||||
|
||||
if (!downloaded) {
|
||||
|
|
Loading…
Reference in New Issue