mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2025-03-15 06:44:48 +00:00
impl(Multiplayer): Switched API To Enable Multiplayer
This commit is contained in:
parent
822152c538
commit
7dc72a0e95
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ struct Values {
|
|||
|
||||
// WebService
|
||||
Setting<bool> enable_telemetry{linkage, true, "enable_telemetry", Category::WebService};
|
||||
Setting<std::string> web_api_url{linkage, "https://api.citron-emu.org", "web_api_url",
|
||||
Setting<std::string> web_api_url{linkage, "api.ynet-fun.xyz", "web_api_url",
|
||||
Category::WebService};
|
||||
Setting<std::string> citron_username{linkage, std::string(), "citron_username",
|
||||
Category::WebService};
|
||||
|
|
Loading…
Add table
Reference in a new issue