Sync chopped down trees for JIP players

Vanilla commit:

a57478fb1a
This commit is contained in:
ebaydayz
2016-10-05 17:24:10 -04:00
parent 6e544e447e
commit 2ee06afea7
4 changed files with 8 additions and 3 deletions

View File

@@ -145,6 +145,9 @@ if (_endMission) exitwith {
(owner _playerObj) publicVariableClient "PVCDZ_plr_Ghost";
};
//Sync chopped trees for JIP player
{_x setDamage 1} count dayz_choppedTrees;
//Record Player Login/LogOut
[_playerID,_charID,1,_playerName] call dayz_recordLogin;