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 6619ce714a
commit 664eb32587
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");