mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
only unload plugins once at shutdown
clean up some doc warnings
This commit is contained in:
@ -17,6 +17,7 @@ namespace SharedLibraryCore.Interfaces
|
||||
/// <param name="metaKey">key of meta data</param>
|
||||
/// <param name="metaValue">value of the meta data</param>
|
||||
/// <param name="client">client to save the meta for</param>
|
||||
/// <param name="linkedMeta"></param>
|
||||
/// <returns></returns>
|
||||
Task AddPersistentMeta(string metaKey, string metaValue, EFClient client, EFMeta linkedMeta = null);
|
||||
|
||||
|
Reference in New Issue
Block a user