mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-06-19 10:35:17 -04:00
Added proxy support just for the chat and login stuff due to being tor-only right now
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user