Fix a bunch of warnings (#5058)

This commit is contained in:
Visne
2021-10-28 13:19:38 +02:00
committed by GitHub
parent 0bca9befca
commit 94579d1877
11 changed files with 65 additions and 73 deletions

View File

@@ -1,4 +1,4 @@
using Content.Shared.Singularity.Components;
using Content.Shared.Singularity.Components;
using Robust.Client.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.Log;
@@ -23,9 +23,7 @@ namespace Content.Client.Singularity.Components
}
else
{
#pragma warning disable 618
_spriteComponent.Directional = false;
#pragma warning restore 618
_spriteComponent.NoRotation = true;
}
}
}