Finalized #941²

This commit is contained in:
Skaronator
2014-01-12 16:08:06 +01:00
parent 3634a196ee
commit f233cfce84
7 changed files with 13 additions and 47 deletions

View File

@@ -26,8 +26,4 @@ if (_unit == player) then {
_control ctrlShow true;
player setVariable["USEC_BloodQty",r_player_bloodTotal,true];
};
/* WIP - PVS/PVC - Not anymore used: moved to server_sendToClient.sqf - Skaronator */
if (isServer) then {
_unit setVariable["medForceUpdate",true];
};
};