Obsolete Logger cleanup for EntitySystems part 2 (#26159)
* Kill the static InRangeUnOccluded * Adjusted 4 more EntitySystems that were missed.
This commit is contained in:
@@ -39,7 +39,7 @@ public sealed class TypingIndicatorSystem : SharedTypingIndicatorSystem
|
||||
var uid = args.SenderSession.AttachedEntity;
|
||||
if (!Exists(uid))
|
||||
{
|
||||
Logger.Warning($"Client {args.SenderSession} sent TypingChangedEvent without an attached entity.");
|
||||
Log.Warning($"Client {args.SenderSession} sent TypingChangedEvent without an attached entity.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user