Fixed online players bug

This commit is contained in:
Bob Da Ross
2021-05-10 03:28:29 -05:00
parent ae3cc2003d
commit 21377bee24
4 changed files with 153 additions and 59 deletions

View File

@@ -214,6 +214,7 @@ namespace SeamlessClientPlugin
TransferMessage.PingServerAndBeginRedirect();
RanJoin = false;
MySession.Static.SetCameraController(VRage.Game.MyCameraControllerEnum.SpectatorFixed);
//DisposeInitilizations();
}
}