fix small logging issue with loading plugins
add minigun turret to list of ignored ac weapons
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user