diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index aa6f2317..87a1117f 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using GTANetworkAPI; @@ -1488,7 +1488,7 @@ namespace ReallifeGamemode.Server.Commands foreach (var managedClient in peopleInRange) { - if (!managedClient.IsLoggedIn()) return; + if (!managedClient.IsLoggedIn()) continue; if (!managedClient.HasData("isDead") || managedClient.GetData("isDead") == false) continue; playerRevided++;