Disable warnings that would be refactored anyway (#5047)
This commit is contained in:
@@ -23,7 +23,9 @@ namespace Content.Client.Singularity.Components
|
||||
}
|
||||
else
|
||||
{
|
||||
#pragma warning disable 618
|
||||
_spriteComponent.Directional = false;
|
||||
#pragma warning restore 618
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user