Compare commits
1 Commits
26ad821bc0
...
742262b064
| Author | SHA1 | Date | |
|---|---|---|---|
|
742262b064
|
@@ -304,21 +304,11 @@ func (u *userRouterImpl) QueryProfile(c *gin.Context) {
|
||||
func (u *userRouterImpl) PlayerAttributes(c *gin.Context) {
|
||||
c.JSON(http.StatusOK, gin.H{
|
||||
"privileges": gin.H{
|
||||
"onlineChat": gin.H{
|
||||
"enabled": true,
|
||||
},
|
||||
"multiplayerServer": gin.H{
|
||||
"enabled": true,
|
||||
},
|
||||
"multiplayerRealms": gin.H{
|
||||
"enabled": false,
|
||||
},
|
||||
"telemetry": gin.H{
|
||||
"enabled": false,
|
||||
},
|
||||
"optionalTelemetry": gin.H{
|
||||
"enabled": false,
|
||||
},
|
||||
"onlineChat": true,
|
||||
"multiplayerServer": true,
|
||||
"multiplayerRealms": false,
|
||||
"telemetry": false,
|
||||
"optionalTelemetry": false,
|
||||
},
|
||||
"profanityFilterPreferences": gin.H{
|
||||
"profanityFilterOn": false,
|
||||
|
||||
Reference in New Issue
Block a user