Fix a bunch of compiler warnings (#10518)
This commit is contained in:
@@ -19,7 +19,6 @@ namespace Content.Server.Access.Systems
|
||||
{
|
||||
public sealed class IdCardSystem : SharedIdCardSystem
|
||||
{
|
||||
[Dependency] private readonly InventorySystem _inventorySystem = default!;
|
||||
[Dependency] private readonly PopupSystem _popupSystem = default!;
|
||||
[Dependency] private readonly IRobustRandom _random = default!;
|
||||
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;
|
||||
|
||||
Reference in New Issue
Block a user