mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
adds missing paren that was causing build error
This commit is contained in:
parent
aaf6d0a21a
commit
e0ca3ac2be
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ namespace PepperDash.Essentials
|
|||
// Deal with any .cplz files
|
||||
UnzipAndMoveCplzArchives();
|
||||
|
||||
if(Directory.Exists(_loadedPluginsDirectoryPath) {
|
||||
if(Directory.Exists(_loadedPluginsDirectoryPath)) {
|
||||
// Load the assemblies from the loadedPlugins folder into the AppDomain
|
||||
LoadPluginAssemblies();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue