Missing nullables (#8634)
This commit is contained in:
@@ -284,7 +284,7 @@ namespace Content.Server.Nuke
|
||||
return;
|
||||
|
||||
var anchored = false;
|
||||
if (EntityManager.TryGetComponent(uid, out TransformComponent transform))
|
||||
if (EntityManager.TryGetComponent(uid, out TransformComponent? transform))
|
||||
anchored = transform.Anchored;
|
||||
|
||||
var allowArm = component.DiskSlot.HasItem &&
|
||||
|
||||
Reference in New Issue
Block a user