mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-04 23:51:56 +03:00
Remove some unused variables
Vanilla commit: https://github.com/DayZMod/DayZ/commit/6479708205bccbb4bdd1379a53d9aeed5613f08a
This commit is contained in:
@@ -117,13 +117,6 @@ fnc_usec_medic_removeActions = {
|
||||
r_action_targets = [];
|
||||
};
|
||||
|
||||
fnc_usec_self_removeActions = {
|
||||
{
|
||||
player removeAction _x;
|
||||
} forEach r_self_actions;
|
||||
r_self_actions = [];
|
||||
};
|
||||
|
||||
fnc_usec_calculateBloodPerSec = {
|
||||
private["_bloodLossPerSec","_bloodGainPerSec","_bloodPerSec"];
|
||||
_bloodLossPerSec = 0;
|
||||
|
||||
Reference in New Issue
Block a user