Fix player texture getting replaced when racing against a replay
This commit is contained in:
parent
f3ba03ff45
commit
a88479be93
1 changed files with 1 additions and 3 deletions
|
@ -59,9 +59,7 @@ namespace CustomCosmeticLoader.Patches
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (controller.InGhostMode ||
|
if (MarbleManager.Replaying)
|
||||||
controller.InMode(MarbleController.ReplayMode) ||
|
|
||||||
controller.name.StartsWith("Marble Ghost"))
|
|
||||||
{
|
{
|
||||||
string replayName = null;
|
string replayName = null;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue