Updated for F3 Meun

This commit is contained in:
Garrett Fulghum
2022-04-30 16:45:10 -05:00
parent 5b425a5363
commit 57125826b3
10 changed files with 237 additions and 140 deletions

View File

@@ -1,6 +1,6 @@
using Sandbox.Engine.Networking;
using Sandbox.Game.Multiplayer;
using SeamlessClientPlugin.ClientMessages;
using SeamlessClientPlugin.Messages;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@@ -265,7 +265,6 @@ namespace SeamlessClientPlugin.SeamlessTransfer
// Set new admin settings
if (TargetWorld.Checkpoint.PromotedUsers != null)
{
MySession.Static.PromotedUsers = TargetWorld.Checkpoint.PromotedUsers.Dictionary;
@@ -427,6 +426,10 @@ namespace SeamlessClientPlugin.SeamlessTransfer
MyHud.Chat.UnregisterChat(MyMultiplayer.Static);
MySession.Static.Gpss.RemovePlayerGpss(MySession.Static.LocalPlayerId);
MyHud.GpsMarkers.Clear();
MyMultiplayer.Static.ReplicationLayer.Disconnect();