mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 03:50:54 +01:00
Missing nullables (#8634)
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Content.Server.Atmos.EntitySystems
|
||||
{
|
||||
var otherFixture = args.OtherFixture.Body.Owner;
|
||||
|
||||
if (!EntityManager.TryGetComponent(otherFixture, out FlammableComponent flammable))
|
||||
if (!EntityManager.TryGetComponent(otherFixture, out FlammableComponent? flammable))
|
||||
return;
|
||||
|
||||
flammable.FireStacks += component.FireStacks;
|
||||
|
||||
Reference in New Issue
Block a user