From bb5a278fdbf4c10cfdeefcd5abf255fce8bf000f Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Thu, 30 Aug 2018 12:53:23 +0200 Subject: [PATCH] Fix compiler warning. --- .../GameObjects/Components/GUI/ServerHandsComponent.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/GameObjects/Components/GUI/ServerHandsComponent.cs b/Content.Server/GameObjects/Components/GUI/ServerHandsComponent.cs index 0f9130d333..54d42f55fd 100644 --- a/Content.Server/GameObjects/Components/GUI/ServerHandsComponent.cs +++ b/Content.Server/GameObjects/Components/GUI/ServerHandsComponent.cs @@ -275,7 +275,6 @@ namespace Content.Server.GameObjects { base.HandleMessage(message, netChannel, component); - IPlayerInput input; switch (message) { case ClientChangedHandMsg msg: