diff --git a/Content.Client/Parallax/Managers/GeneratedParallaxCache.cs b/Content.Client/Parallax/Managers/GeneratedParallaxCache.cs index 845f631de8..911f655c6d 100644 --- a/Content.Client/Parallax/Managers/GeneratedParallaxCache.cs +++ b/Content.Client/Parallax/Managers/GeneratedParallaxCache.cs @@ -195,7 +195,6 @@ public sealed class GeneratedParallaxCache : IPostInjectInit public required ResPath ConfigPath; public required Task LoadTask; public required CancellationTokenSource CancellationSource; - public ValueList CancelRegistrations; public int RefCount; }