mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
adds missing paren that was causing build error
This commit is contained in:
@@ -415,7 +415,7 @@ namespace PepperDash.Essentials
|
|||||||
// Deal with any .cplz files
|
// Deal with any .cplz files
|
||||||
UnzipAndMoveCplzArchives();
|
UnzipAndMoveCplzArchives();
|
||||||
|
|
||||||
if(Directory.Exists(_loadedPluginsDirectoryPath) {
|
if(Directory.Exists(_loadedPluginsDirectoryPath)) {
|
||||||
// Load the assemblies from the loadedPlugins folder into the AppDomain
|
// Load the assemblies from the loadedPlugins folder into the AppDomain
|
||||||
LoadPluginAssemblies();
|
LoadPluginAssemblies();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user