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

fix issue accessing the wrong logger

This commit is contained in:
RaidMax
2019-12-29 17:07:00 -06:00
parent 7afed56ff2
commit fbd8699329

View File

@ -587,8 +587,8 @@ namespace IW4MAdmin
catch (Exception e)
{
origin.CurrentServer.Logger.WriteWarning($"Could not execute on join for {origin}");
origin.CurrentServer.Logger.WriteDebug(e.GetExceptionInfo());
Logger.WriteWarning($"Could not execute on join for {origin}");
Logger.WriteDebug(e.GetExceptionInfo());
}
}
}