Explorar el Código

fixes comments

Namenai hace 7 años
padre
commit
9ec941b977
Se han modificado 1 ficheros con 2 adiciones y 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";
+
 }];