diff --git a/osu.Game/Screens/Play/GameplayState.cs b/osu.Game/Screens/Play/GameplayState.cs
index ba08c946d2..d4da17ce37 100644
--- a/osu.Game/Screens/Play/GameplayState.cs
+++ b/osu.Game/Screens/Play/GameplayState.cs
@@ -30,7 +30,7 @@ namespace osu.Game.Screens.Play
///
/// The mods applied to the gameplay.
///
- public IReadOnlyList Mods;
+ public readonly IReadOnlyList Mods;
///
/// A bindable tracking the last judgement result applied to any hit object.