Merge pull request #1097 from Fank/patch-7

Fixed some Errors
This commit is contained in:
Skaronator
2014-02-09 15:12:42 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ if (DZE_StaticConstructionCount > 0) then {
}
else {
if (isNumber (configFile >> "CfgVehicles" >> _objType >> "constructioncount")) then {
_limit = getNumber(configFile >> "_objType" >> _classname >> "constructioncount");
_limit = getNumber(configFile >> "CfgVehicles" >> _objType >> "constructioncount");
};
};

View File

@@ -212,6 +212,7 @@ dayz_resetSelfActions = {
s_player_removeflare = -1;
s_player_painkiller = -1;
s_player_studybody = -1;
s_player_tamedog = -1;
s_player_madsci_crtl = -1;
s_player_parts_crtl = -1;
s_build_Sandbag1_DZ = -1;