Parcourir la source

added comments back

Namenai il y a 7 ans
Parent
commit
fe7a1eec9e
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      Scripts/initPlayerLocal.sqf

+ 2 - 1
Scripts/initPlayerLocal.sqf

@@ -1,4 +1,4 @@
-
+/*
 (_this select 0) addEventHandler ["InventoryOpened", {
 	
 	namUnit=(_this select 0);
@@ -23,3 +23,4 @@
 namUnit=(_this select 0);
 namUnit setVariable ["namJumpPackConfig", false, true];
 }];
+*/