Sfoglia il codice sorgente

added comments back

Namenai 7 anni fa
parent
commit
fe7a1eec9e
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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];
 }];
+*/