Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit dd1eb63

Browse files
committed
refactor: Update KitsuneSteamRestrict.cs to use property for DatabaseSettings
1 parent f5c1409 commit dd1eb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KitsuneSteamRestrict.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class PluginConfig : BasePluginConfig
5151
public bool BlockGameBanned { get; set; } = false;
5252

5353
[JsonPropertyName("DatabaseSettings")]
54-
public DatabaseSettings DatabaseSettings = new DatabaseSettings();
54+
public DatabaseSettings DatabaseSettings { get; set; } = new DatabaseSettings();
5555

5656
[JsonPropertyName("ConfigVersion")]
5757
public override int Version { get; set; } = 2;

0 commit comments

Comments
 (0)