Fix compiler warning.

This commit is contained in:
PJB3005
2018-08-30 12:53:23 +02:00
parent ef506006b3
commit bb5a278fdb

View File

@@ -275,7 +275,6 @@ namespace Content.Server.GameObjects
{
base.HandleMessage(message, netChannel, component);
IPlayerInput input;
switch (message)
{
case ClientChangedHandMsg msg: