Enable nullability in Content.Server (#3685)
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Content.Client.GameObjects.Components.Mobs
|
||||
|
||||
private void UpdateLooks()
|
||||
{
|
||||
if (Appearance is null ||
|
||||
if (Appearance is null! ||
|
||||
!Owner.TryGetComponent(out SpriteComponent? sprite))
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user