Skip to content

Commit

Permalink
ALTV-469 fixed "i" to "I"
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Trofimov committed Oct 30, 2024
1 parent 1f9e3d6 commit c2a577d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion objects/IPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ namespace alt
virtual std::string GetSocialClubName() const = 0;
virtual uint64_t GetHwidHash() const = 0;
virtual uint64_t GetHwidExHash() const = 0;
virtual std::string GetHwid3() const = 0;
virtual std::string GetHwId3() const = 0;
virtual std::string GetAuthToken() const = 0;
virtual int64_t GetDiscordId() const = 0;

Expand Down
2 changes: 1 addition & 1 deletion script-objects/IConnectionInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace alt
virtual std::string GetSocialName() const = 0;
virtual uint64_t GetHwIdHash() const = 0;
virtual uint64_t GetHwIdExHash() const = 0;
virtual std::string GetHwid3() const = 0;
virtual std::string GetHwId3() const = 0;
virtual std::string GetAuthToken() const = 0;
virtual bool GetIsDebug() const = 0;
virtual std::string GetBranch() const = 0;
Expand Down

0 comments on commit c2a577d

Please sign in to comment.