This commit is contained in:
hydrant
2019-09-03 19:53:01 +02:00
parent 8c111e3516
commit 53e34abbe0

View File

@@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using GTANetworkAPI; using GTANetworkAPI;
@@ -1488,7 +1488,7 @@ namespace ReallifeGamemode.Server.Commands
foreach (var managedClient in peopleInRange) foreach (var managedClient in peopleInRange)
{ {
if (!managedClient.IsLoggedIn()) return; if (!managedClient.IsLoggedIn()) continue;
if (!managedClient.HasData("isDead") || managedClient.GetData("isDead") == false) continue; if (!managedClient.HasData("isDead") || managedClient.GetData("isDead") == false) continue;
playerRevided++; playerRevided++;