Skip to content

Commit

Permalink
null
Browse files Browse the repository at this point in the history
  • Loading branch information
DillyzThe1 committed Feb 1, 2023
1 parent 17bfac9 commit a5e480b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DillyzLegacyPack/DillyzLegacyPackMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ public static void FreezeTime(bool frozen)
if (reversetime.GameInstance != null)
reversetime.GameInstance.blockingButton = timeFrozen;

if (!reversingTime)
if (!reversingTime && ShipStatusPatch.frozenOverlay != null)
ShipStatusPatch.frozenOverlay.FadeToColor(1.775f, new Color(1f, 1f, 1f, frozen ? 0.575f : 0f));
}
}
Expand Down

0 comments on commit a5e480b

Please sign in to comment.