Skip to content

Commit

Permalink
Update source/utils/session.bs
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Ewert <[email protected]>
  • Loading branch information
1hitsong and cewert authored Oct 28, 2023
1 parent 16ccfe2 commit 0216cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utils/session.bs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ namespace session
session.user.LoadUserPreferences()
end sub

' Sets the global service device name value used by the API
' Sets the global server device name value used by the API
sub SetServerDeviceName()
if isValid(m.global.session.user) and isValid(m.global.session.user.friendlyName)
m.global.device.serverDeviceName = m.global.device.id + m.global.session.user.friendlyName
Expand Down

0 comments on commit 0216cee

Please sign in to comment.