Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbox1911 committed Sep 8, 2024
1 parent b78ffe4 commit 782f00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.liberation/scripts/server/game/manage_score.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ while { true } do {
_rank = _x getVariable ["GRLIB_Rank", ""];
if (isPlayer _x && _rank != "") then {
_cur = [_x] call F_getScore;
if (_cur >= (GRLIB_perm_hidden/2) ) then { _cur = (GRLIB_perm_max*3) };
if (_cur >= (GRLIB_perm_hidden/2)) then { _cur = (GRLIB_perm_max*3) };
_last = _x getVariable["GREUH_score_last", _cur];
if (_cur != _last) then {
// score has changed for player _x
Expand Down

0 comments on commit 782f00c

Please sign in to comment.