Fix comment on UpdateGameStatus

This commit is contained in:
Carson Hoffman 2021-01-20 19:34:05 -05:00
parent 657ac048fe
commit 9548146f69
No known key found for this signature in database
GPG key ID: 05B660CB452C657F

View file

@ -353,7 +353,7 @@ func newUpdateStatusData(idle int, activityType ActivityType, name, url string)
return usd
}
// UpdateStatus is used to update the user's status.
// UpdateGameStatus is used to update the user's status.
// If idle>0 then set status to idle.
// If name!="" then set game.
// if otherwise, set status to active, and no activity.