Started mod unloading/loading

This commit is contained in:
Bob Da Ross
2021-09-18 23:56:52 -05:00
parent 5d281c9fb2
commit 1f888260f2
3 changed files with 110 additions and 4 deletions

View File

@@ -40,6 +40,8 @@ namespace SeamlessClientPlugin.SeamlessTransfer
SeamlessClient.TryShow("Beginning Redirect to server: " + Transfer.TargetServerID);
SwitchServers Switcher = new SwitchServers(E, Request.DeserializeWorldData());
Switcher.BeginSwitch();
}