rooooms are mostly dooone, misc routes, instance management stubs, and matchmaking base
This commit is contained in:
@@ -40,6 +40,7 @@ export class ProfileSettingsManager extends ProfileContentManager {
|
||||
if (!s) settings.push({ Key, Value });
|
||||
else s.Value = Value;
|
||||
await this.#updateSettings(settings);
|
||||
this.server.emit('profile.setting.update', { profile: this.profile, key: Key, value: Value });
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user