diff --git a/ZombieSharp/EventModule.cs b/ZombieSharp/EventModule.cs index 771858a..a18dadb 100644 --- a/ZombieSharp/EventModule.cs +++ b/ZombieSharp/EventModule.cs @@ -354,7 +354,7 @@ private HookResult OnPlayerDeath(EventPlayerDeath @event, GameEventInfo info) RepeatKillerOnPlayerDeath(client, attacker, weapon); } - if (ClientMoanTimer[client] != null) + if (ClientMoanTimer.ContainsKey(client) && ClientMoanTimer[client] != null) { ClientMoanTimer[client].Kill(); }