Change docstring

This commit is contained in:
Crawl
2017-04-23 06:50:43 +02:00
committed by GitHub
parent 98ee016b83
commit c095610bb4

View File

@@ -67,8 +67,8 @@ class ClientUser extends User {
/**
* Various settings for this user
* @type {?ClientUserSettings}
* <warn>This is only filled when using a user account</warn>
* @type {?ClientUserSettings}
*/
if (data.user_settings) this.settings = new ClientUserSettings(this, data.user_settings);
}