Namenai 7 年之前
父节点
当前提交
e5e2b63031
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      Scripts/initPlayerLocal.sqf

+ 3 - 2
Scripts/initPlayerLocal.sqf

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