mirror of
https://notabug.org/litucks/torzu.git
synced 2024-11-23 06:49:42 +00:00
Fixed multiplayer lobby list (thanks to anonymous contributor!)
This commit is contained in:
parent
39af5e51ff
commit
f064967e32
@ -613,7 +613,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};
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include <vector>
|
||||
#include "announce_multiplayer_session.h"
|
||||
#include "common/announce_multiplayer_room.h"
|
||||
#include "common/settings.h"
|
||||
#include "common/assert.h"
|
||||
#include "network/network.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user