Fix a couple warnings.

This commit is contained in:
Pieter-Jan Briers
2019-04-29 13:12:50 +02:00
parent 77d92675e2
commit f249c19eaf
4 changed files with 9 additions and 7 deletions

View File

@@ -25,7 +25,9 @@ namespace Content.Server.GameObjects
{
public class HandsComponent : SharedHandsComponent, IHandsComponent
{
#pragma warning disable 649
[Dependency] private readonly IEntitySystemManager _entitySystemManager;
#pragma warning restore 649
private string activeIndex;