Browse Source

implement: New API for Multiplayer Support

nce_cpp
JPikachu 8 months ago
committed by JPikachu
parent
commit
e4e27ef86b
  1. 2
      src/common/settings.h

2
src/common/settings.h

@ -635,7 +635,7 @@ struct Values {
Category::Network};
// WebService
Setting<std::string> web_api_url{linkage, "https://api.ynet-fun.xyz", "web_api_url",
Setting<std::string> web_api_url{linkage, "api.ynet-fun.xyz", "web_api_url",
Category::WebService};
Setting<std::string> yuzu_username{linkage, std::string(), "yuzu_username",
Category::WebService};

Loading…
Cancel
Save