Fix a bunch of logger warnings (#17691)
This commit is contained in:
@@ -10,7 +10,6 @@ namespace Content.Shared.Maps;
|
||||
/// </summary>
|
||||
public sealed class TurfSystem : EntitySystem
|
||||
{
|
||||
[Dependency] private readonly IMapManager _mapMan = default!;
|
||||
[Dependency] private readonly EntityLookupSystem _entityLookup = default!;
|
||||
[Dependency] private readonly SharedTransformSystem _transform = default!;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user