Removed DPAD crap

This commit is contained in:
Bob Da Ross
2021-04-13 02:01:04 -05:00
parent 4ebc978a66
commit 7de461f55a

View File

@@ -54,7 +54,6 @@ namespace SeamlessClientPlugin.SeamlessTransfer
private static readonly Type MySessionType = Type.GetType("Sandbox.Game.World.MySession, Sandbox.Game");
private static readonly Type VirtualClientsType = Type.GetType("Sandbox.Engine.Multiplayer.MyVirtualClients, Sandbox.Game");
private static readonly Type GUIScreenChat = Type.GetType("Sandbox.Game.Gui.MyGuiScreenChat, Sandbox.Game");
private static readonly Type GUIScreenDPAD = Type.GetType("Sandbox.Game.Screens.Helpers.MyGuiControlDPad, Sandbox.Game");
private static Harmony Patcher = new Harmony("SeamlessClientReUnload");