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

@@ -9,8 +9,4 @@ if ((_unit == player) or (vehicle player != player)) then {
r_player_inpain = false;
R3F_TIRED_Accumulator = 0;
"dynamicBlur" ppEffectAdjust [0]; "dynamicBlur" ppEffectCommit 5;
};
/* WIP - PVS/PVC - Not anymore used: moved to server_sendToClient.sqf - Skaronator */
if (isServer) then {
_unit setVariable["medForceUpdate",true];
};