Rejoin into the same body. (#96)
Depends on https://github.com/space-wizards/space-station-14/pull/659
This commit is contained in:
committed by
GitHub
parent
edb3eb5b2e
commit
e8c4dc9a34
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user