Explorar o código

fixes comments

Namenai %!s(int64=7) %!d(string=hai) anos
pai
achega
9ec941b977
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Scripts/initPlayerLocal.sqf

+ 2 - 2
Scripts/initPlayerLocal.sqf

@@ -28,10 +28,10 @@ namUnit setVariable ["namJumpPackConfig", false, true];
 //delets body on death
 Player addEventHandler ["GetInMan", {
 _x addMPEventHandler ["MPkilled",{deleteVehicle (_this select 0);}];
-hintSilent "fix applied";
+
 }];
 	
 Player addEventHandler ["GetOutMan", {
 _x removeAllMPEventHandlers "MPKILLED";
-hintSilent "fixremoved";
+
 }];