Rejoin into the same body. (#96)

Depends on https://github.com/space-wizards/space-station-14/pull/659
This commit is contained in:
Pieter-Jan Briers
2018-08-20 11:47:00 +02:00
committed by GitHub
parent edb3eb5b2e
commit e8c4dc9a34
3 changed files with 26 additions and 14 deletions

View File

@@ -76,7 +76,7 @@ namespace Content.Server.GameObjects.EntitySystems
}
//Send to client chat channel
IoCManager.Resolve<IChatManager>().DispatchMessage(SS14.Shared.Console.ChatChannel.Visual, fullExamineText.ToString(), session.Index);
IoCManager.Resolve<IChatManager>().DispatchMessage(SS14.Shared.Console.ChatChannel.Visual, fullExamineText.ToString(), session.SessionId);
}
}
}