mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
fix small logging issue with loading plugins
add minigun turret to list of ignored ac weapons
This commit is contained in:
@ -385,7 +385,7 @@ namespace IW4MAdmin.Plugins.Stats.Helpers
|
||||
|
||||
if (pl.CurrentServer == null)
|
||||
{
|
||||
_log.LogWarning("Disconnecting client {@client} is not on a server", pl);
|
||||
_log.LogWarning("Disconnecting client {client} is not on a server", pl.ToString());
|
||||
return;
|
||||
}
|
||||
|
||||
@ -406,7 +406,7 @@ namespace IW4MAdmin.Plugins.Stats.Helpers
|
||||
|
||||
else
|
||||
{
|
||||
_log.LogWarning("Disconnecting client {@client} has not been added to stats", pl);
|
||||
_log.LogWarning("Disconnecting client {client} has not been added to stats", pl.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user