Push #941 - Bandage

This commit is contained in:
Skaronator
2014-01-11 20:40:06 +01:00
parent 3f63f1ab2a
commit 0be75dd913
3 changed files with 15 additions and 14 deletions

View File

@@ -17,6 +17,8 @@ if ((_unit == player) or (vehicle player != player)) then {
_control = _display displayCtrl 1303;
_control ctrlShow false;
};
/* WIP - PVS/PVC - Not anymore used: moved to server_sendToClient.sqf - Skaronator */
if (isServer) then {
_unit setVariable["medForceUpdate",true];
};