Skip to content

Commit

Permalink
Update Player.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SDraw authored Aug 15, 2023
1 parent 5683db0 commit c789405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CVRLua/Players/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public string GetName()
l_result = CVR_MenuManager.Instance.coreData.core.username;
break;
case PlayerType.Remote:
l_result = m_descriptor.name;
l_result = m_descriptor.userName;
break;
}
return l_result;
Expand Down

0 comments on commit c789405

Please sign in to comment.