Removed Old PlayerSession Functions (#5404)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -59,10 +59,7 @@ namespace Content.IntegrationTests.Tests
|
||||
|
||||
s.Post(() =>
|
||||
{
|
||||
IoCManager.Resolve<IPlayerManager>()
|
||||
.GetAllPlayers()
|
||||
.Single()
|
||||
.JoinGame();
|
||||
IoCManager.Resolve<IPlayerManager>().ServerSessions.Single().JoinGame();
|
||||
|
||||
var mapMan = IoCManager.Resolve<IMapManager>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user