From a88479be936cf211f499e41cd62cffefc0b1f3d7 Mon Sep 17 00:00:00 2001 From: Terry Hearst Date: Tue, 3 Oct 2023 22:07:36 -0400 Subject: [PATCH] Fix player texture getting replaced when racing against a replay --- Patches/MarbleHolderPatches.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Patches/MarbleHolderPatches.cs b/Patches/MarbleHolderPatches.cs index 880be43..7e48295 100644 --- a/Patches/MarbleHolderPatches.cs +++ b/Patches/MarbleHolderPatches.cs @@ -59,9 +59,7 @@ namespace CustomCosmeticLoader.Patches } else { - if (controller.InGhostMode || - controller.InMode(MarbleController.ReplayMode) || - controller.name.StartsWith("Marble Ghost")) + if (MarbleManager.Replaying) { string replayName = null;