From ae3fec842679b719704c75149edff7f2d75cc4e3 Mon Sep 17 00:00:00 2001
From: He-Man <Nullimeyer@yahoo.de>
Date: Mon, 14 May 2018 17:47:11 +0200
Subject: [PATCH] Heal self fix

---
 Sources/epoch_server/init/server_securityfunctions.sqf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Sources/epoch_server/init/server_securityfunctions.sqf b/Sources/epoch_server/init/server_securityfunctions.sqf
index 436fd049..68275abf 100644
--- a/Sources/epoch_server/init/server_securityfunctions.sqf
+++ b/Sources/epoch_server/init/server_securityfunctions.sqf
@@ -456,7 +456,7 @@ for "_i" from 1 to 3 do {
 			_temp = _temp + ",['  Godmode', [], "+_skn_godMode+", '2', []]";
 		};
 		if ("HEAL" in _case) then {
-			_temp = _temp + ",['  Heal',[],{[103,netId player] call "+_skn_adminRequest_PVC+"},'4',[0.016,0.702,0.078,1]]";
+			_temp = _temp + ",['  Heal self',[],{[103,netId player] call "+_skn_adminRequest_PVC+"},'-1',[0.016,0.702,0.078,1]]";
 		};
 		if ("VEHICLEREPAIR" in _case) then {
 			_temp = _temp + ",['  Repair Vehicle', [], "+_skn_repairVehicle+", '0', []]";