Skip to content

Commit

Permalink
Fix usernamemeta to use the REAL username.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Jan 11, 2025
1 parent 1c11153 commit 277247d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4/m_usernamemeta.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ModuleUsernameMeta final
{
}

void OnChangeUser(User* user, const std::string& newuser) override
void OnChangeRealUser(User* user, const std::string& newuser) override
{
if (IS_LOCAL(user) && !ext.Get(user))
{
Expand Down

0 comments on commit 277247d

Please sign in to comment.