Parcourir la source

fixes comments

Namenai il y a 7 ans
Parent
commit
9ec941b977
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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";
+
 }];