mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
fix issue accessing the wrong logger
This commit is contained in:
@ -587,8 +587,8 @@ namespace IW4MAdmin
|
|||||||
|
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
origin.CurrentServer.Logger.WriteWarning($"Could not execute on join for {origin}");
|
Logger.WriteWarning($"Could not execute on join for {origin}");
|
||||||
origin.CurrentServer.Logger.WriteDebug(e.GetExceptionInfo());
|
Logger.WriteDebug(e.GetExceptionInfo());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user