mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
another sync with trader fixes
This commit is contained in:
@@ -54,6 +54,7 @@ dayz_resetSelfActions = {
|
||||
s_player_fireout = -1;
|
||||
s_player_butcher = -1;
|
||||
s_player_packtent = -1;
|
||||
s_player_packvault = -1;
|
||||
s_player_fillwater = -1;
|
||||
s_player_fillwater2 = -1;
|
||||
s_player_fillfuel = -1;
|
||||
@@ -226,10 +227,6 @@ if(!isDedicated) then {
|
||||
dayz_bodyMonitor = [];
|
||||
dayz_flyMonitor = []; //used for monitor flies
|
||||
|
||||
dayz_buildingMonitor = []; //Buildings to check
|
||||
dayz_bodyMonitor = [];
|
||||
dayz_flyMonitor = []; //used for monitor flies
|
||||
|
||||
dayz_baseTypes = getArray (configFile >> "CfgBuildingLoot" >> "Default" >> "zombieClass");
|
||||
|
||||
//temperature variables
|
||||
|
||||
Reference in New Issue
Block a user