Skip to content

Commit

Permalink
Merge pull request #427 from EpochModTeam/experimental
Browse files Browse the repository at this point in the history
Fix typo server side and one client side
  • Loading branch information
vbawol committed Nov 24, 2015
2 parents 662c4e3 + 0f667fb commit 34e8806
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified Server_Install_Pack/@epochhive/addons/a3_epoch_server.pbo
Binary file not shown.
4 changes: 2 additions & 2 deletions Sources/epoch_config/Configs/CfgVehicles.hpp
Expand Up @@ -3865,7 +3865,7 @@ class CfgVehicles
energyCost = 0.2;
limitNearby = 2;
bypassJammer = 1;
armor = 0.1
armor = 0.1;
};

class Metal_TRAP_EPOCH: Constructions_static_F
Expand All @@ -3880,7 +3880,7 @@ class CfgVehicles
energyCost = 0.4;
limitNearby = 2;
bypassJammer = 1;
armor = 0.1
armor = 0.1;
};

class Hesco3_EPOCH: Const_All_Walls_F
Expand Down
Expand Up @@ -64,7 +64,7 @@ class CfgSecConf
checks[] = {"Fired","InventoryClosed","InventoryOpened","Killed","HandleDamage","HandleHeal","Dammaged","Hit","HitPart"};
Fired = "_this call EPOCH_fnc_playerFired;";
InventoryClosed = "if !(EPOCH_arr_interactedObjs isEqualTo[]) then {EPOCH_arr_interactedObjs remoteExec['EPOCH_server_save_vehicles', 2]; EPOCH_arr_interactedObjs = [];};";
InventoryOpened = "_this spawn EPOCH_initUI; (locked (_this select 1) in [2, 3] || (_this select 1) getVariable['EPOCH_Locked;, false])";
InventoryOpened = "_this spawn EPOCH_initUI; (locked (_this select 1) in [2, 3] || (_this select 1) getVariable['EPOCH_Locked', false])";
Killed = "_this call EPOCH_fnc_playerDeath;";
HandleDamage = "";
HandleHeal = "";
Expand Down

0 comments on commit 34e8806

Please sign in to comment.