fix issue accessing the wrong logger
This commit is contained in:
parent
a7620ffd50
commit
7bfadca84d
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user