Update change log

This commit is contained in:
ebaydayz
2016-10-03 15:45:13 -04:00
parent df39ea0f30
commit 97796bf524
5 changed files with 5 additions and 5 deletions

View File

@@ -11,6 +11,6 @@ if (_selection != "" and local _unit) then {
if (_damage == 0) then {
[_unit,"repair"] call server_updateObject;
} else {
[_unit,"damage"] call server_updateObject;
[_unit,"damage"] call server_updateObject;
};
};