Remove RepeatRoomDescriptions, which never did anything

Fix #712
This commit is contained in:
2025-04-06 14:09:07 -05:00
parent 631949a156
commit 447f9739a4
3 changed files with 1 additions and 5 deletions

View File

@@ -33,7 +33,6 @@ NSDictionary* prefsToRecord = @{
@"LessWanderingMonsters": @(kBool),
@"PlaySounds": @(kBool),
@"ReceivedHelp": @(kIArray),
@"RepeatRoomDescriptions": @(kBool),
@"ShowInstantHelp": @(kBool),
@"ShowStartupSplash": @(kBool),
@"UIScale": @(kFloat),