rooooms are mostly dooone, misc routes, instance management stubs, and matchmaking base

This commit is contained in:
2025-09-07 17:28:13 -04:00
parent 2aa5352350
commit eef3667618
36 changed files with 627 additions and 122 deletions

View File

@@ -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 });
}
}