Removed unnecessary if

This commit is contained in:
Wyqer 2019-05-05 07:34:47 +02:00
parent 760fe6d5e2
commit ce52157181
No known key found for this signature in database
GPG Key ID: D7E2F8BD7F1E48FA
1 changed files with 0 additions and 3 deletions

View File

@ -90,9 +90,6 @@ if (isServer) then {
if (side (group _unit) == GRLIB_side_friendly) then {
stats_blufor_teamkills = stats_blufor_teamkills + 1;
};
if (side (group _unit) == GRLIB_side_friendly) then {
stats_blufor_soldiers_killed = stats_blufor_soldiers_killed + 1;
};
};