We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3312859 commit 5749b3dCopy full SHA for 5749b3d
source/INIT.sqf
@@ -50,8 +50,8 @@ if (isMultiplayer) then {
50
51
PlayerBetrayerEH = player addEventHandler ["HandleRating", {
52
// If playerRating is negative (traitor) then reset to zero
53
- _playerRating = rating _this select 0;
54
- if (_playerRating < 0) then {
+ _playerRating = rating (_this select 0);
+ if (_playerRating < 0) then {
55
player addRating (0 - _playerRating);
56
};
57
// If final rating is positive, do not modify, else zero.
0 commit comments