Skip to content

Commit

Permalink
fix(xpbar): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Apr 18, 2024
1 parent be203c6 commit 85eb545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion osr/interfaces/xpbar.simba
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ begin

if Result and Self.Tracker.IsSetup then
begin
StatsPayload.Update(Self.Tracker.Current-previous, 0, 0);
APIClient.UpdatePayload(Self.Tracker.Current-previous, 0, 0);
WL.Activity.Restart();
end;
end;
1 change: 1 addition & 0 deletions utils/http/api.simba
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ procedure TStatsPayload.SetUsername(user: String = ''); deprecated 'Use APICLien
begin
APIClient.SetUsername(user);
end;

procedure TSRL.Setup(); override;
begin
inherited;
Expand Down

0 comments on commit 85eb545

Please sign in to comment.