Browse Source

fixes comments

Namenai 7 năm trước cách đây
mục cha
commit
9ec941b977
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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";
+
 }];