1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-13 00:28:10 -05:00

fix small logging issue with loading plugins

add minigun turret to list of ignored ac weapons
This commit is contained in:
RaidMax
2020-11-14 10:53:01 -06:00
parent 057de452e7
commit d9a7aa9ce9
3 changed files with 4 additions and 4 deletions

View File

@ -183,7 +183,7 @@ namespace IW4MAdmin.Application.Misc
catch (Exception ex)
{
_logger.LogError(ex,
"Encountered unexpected error while running {methodName} for script plugin {plugin} with event type {eventType}",
"Encountered unexpected error while running {methodName} for script plugin {plugin}",
nameof(OnLoadAsync), _fileName);
throw new PluginException("An unexpected error occured while initializing script plugin");