Added proxy support just for the chat and login stuff due to being tor-only right now

This commit is contained in:
barelyprofessional
2026-05-28 21:30:17 -05:00
parent a714c93d70
commit 4417da117c
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -597,6 +597,8 @@ public static class BuiltIn
public static string KasinoPlinkoSize = "Kasino.Plinko.Size";
[BuiltInSetting("Whether Cecil is enabled", SettingValueType.Boolean, "true", BooleanRegex)]
public static string KasinoCecilEnabled = "Kasino.Cecil.Enabled";
[BuiltInSetting("Proxy to use when connecting to Kiwi Farms for WS and logging in", SettingValueType.Text)]
public static string KiwiFarmsProxy = "KiwiFarms.Proxy";
}
}