Fixed missing `stats_blufor_teamkills_by_players`

This commit is contained in:
Wyqer 2019-08-05 19:48:07 +02:00
parent 864d04cfbf
commit 556984bf99
No known key found for this signature in database
GPG Key ID: D7E2F8BD7F1E48FA
2 changed files with 1 additions and 5 deletions

View File

@ -93,11 +93,6 @@ if (isServer) then {
if (side _killer == GRLIB_side_friendly) then {
stats_blufor_teamkills = stats_blufor_teamkills + 1;
};
// Killed by a player
if (isplayer _killer) then {
stats_blufor_teamkills_by_players = stats_blufor_teamkills_by_players + 1;
};
};
// Resistance casualty

View File

@ -191,6 +191,7 @@ class Missions
* Updated: Russian localization. Thanks to [DjHaski](https://github.com/DjHaski)
* Tweaked: Initial FOB box doesn't have equipment in the inventory anmore.
* Fixed: Potato 01 was created after server restart, even if there was one saved.
* Fixed: Missing variable `stats_blufor_teamkills_by_players`. Also no separation between by players or not by players for teamkills anymore.
### 0.96.5 (26th July 2019 due to Contacts Release)
* Added: Contact DLC LDF preset.