Fix Duty-Medics / In Gangwar - TSupport wird kein Revive Auftrag erstellt
This commit is contained in:
@@ -97,7 +97,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
|
||||
user.Dead = true;
|
||||
|
||||
if (!player.HasData("reviveSperre"))
|
||||
if (!player.HasData("reviveSperre") || !player.HasData("inGangWar") || player.GetData<bool>("SAdminduty") == true)
|
||||
{
|
||||
//MEDIC AUFTRAG
|
||||
MedicTask reviveTask = new MedicTask()
|
||||
|
||||
Reference in New Issue
Block a user