From eb84d6f68904d69bd557c8e675914c6ed72c4d6b Mon Sep 17 00:00:00 2001 From: gompoc <91314780+gompoc@users.noreply.github.com> Date: Tue, 9 Nov 2021 15:09:18 +0000 Subject: [PATCH] UI Update 2.0 --- ActionMenuUtils/Utils.cs | 4 ++-- CHANGELOG.md | 8 +++++++- RELEASE.md | 6 +++++- StandaloneThirdPerson/Main.cs | 9 +++++---- WorldPredownload/DownloadManager/DownloadComplete.cs | 4 ++-- WorldPredownload/DownloadManager/DownloadProgress.cs | 2 +- WorldPredownload/DownloadManager/WorldDownloadManager.cs | 4 ++-- WorldPredownload/Helpers/Utilities.cs | 2 +- WorldPredownload/Main.cs | 2 +- WorldPredownload/Patches.cs | 2 +- WorldPredownload/UI/WorldDownloadStatus.cs | 3 +++ 11 files changed, 30 insertions(+), 16 deletions(-) diff --git a/ActionMenuUtils/Utils.cs b/ActionMenuUtils/Utils.cs index 825af93..312580c 100644 --- a/ActionMenuUtils/Utils.cs +++ b/ActionMenuUtils/Utils.cs @@ -44,7 +44,7 @@ private static GoHomeDelegate GetGoHomeDelegate public static void Respawn() { - GameObject.Find("UserInterface/QuickMenu/ShortcutMenu/RespawnButton").GetComponent