Fixed typo

Error in expression < (_classname in DZE_DoorsLocked) then {
_object
setVariable ["CharacterID",dayz_>
Error position: <_object setVariable ["CharacterID",dayz_>
Error Undefined variable in expression: _object
File z\addons\dayz_code\actions\player_buildingDowngrade.sqf, line 126
This commit is contained in:
Florian Kinder
2014-02-13 22:30:11 +01:00
parent d13239edf5
commit 1c2e81b9dd

View File

@@ -123,7 +123,7 @@ if ((count _upgrade) > 0) then {
// Reset the character ID on locked doors before they inherit the newclassname // Reset the character ID on locked doors before they inherit the newclassname
if (_classname in DZE_DoorsLocked) then { if (_classname in DZE_DoorsLocked) then {
_object setVariable ["CharacterID",dayz_characterID,true]; _obj setVariable ["CharacterID",dayz_characterID,true];
_objectCharacterID = dayz_characterID; _objectCharacterID = dayz_characterID;
}; };