Skip to content

Commit

Permalink
Update biometrics.simba
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Sep 3, 2021
1 parent 9f2806d commit 2614736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osr/antiban/biometrics.simba
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ end;

function TAntiban.GetUniqueNumber(Input, Sum: Extended): Extended; overload;
begin
Result := Input * Self.GetInfluencer + Sum;
Result := Self.GetUniqueNumber(Input) + Sum;
end;

function TAntiban.GetUniqueNumber(Input, Min, Max: Extended): Extended; overload;
Expand Down

0 comments on commit 2614736

Please sign in to comment.