mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
more api tweaks
removed WebfrontSettings IW4MAdminSettings are only generated when the file does not exist, placeholder values stored in DefaultSettings.json
This commit is contained in:
@ -93,7 +93,7 @@ namespace SharedLibraryCore.Database
|
||||
library = Assembly.LoadFrom(dllPath);
|
||||
}
|
||||
|
||||
// not a valid assembly, ie plugin files
|
||||
// not a valid assembly, ie plugin support files
|
||||
catch (Exception)
|
||||
{
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user