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;