diff --git a/src/MultiplayerMod/Multiplayer/Components/MultiplayerPlayerNotifier.cs b/src/MultiplayerMod/Multiplayer/Components/MultiplayerPlayerNotifier.cs index 7fca7b53..2591c357 100644 --- a/src/MultiplayerMod/Multiplayer/Components/MultiplayerPlayerNotifier.cs +++ b/src/MultiplayerMod/Multiplayer/Components/MultiplayerPlayerNotifier.cs @@ -13,7 +13,7 @@ public class MultiplayerPlayerNotifier : MultiplayerMonoBehaviour { [InjectDependency] private readonly EventDispatcher dispatcher = null!; - private readonly float notificationTimeout = 10f; + private const float notificationTimeout = 10f; private readonly LinkedList notifications = new(); private EventSubscription subscription = null!; private bool removalPending;