Alderon-Games / pot-community-servers

Bug Reporting and Wiki for Community Servers
16 stars 0 forks source link

South American server's default region.country is incorrect #126

Open elamec opened 1 year ago

elamec commented 1 year ago

The "region.code" of the South American community servers is set to SA by default, but it's "translated" to Saudi Arabia as the "country", and hence these servers all have the flag of Saudi Arabia in the Server List panel.

You can check the region of a server e.g. in the client log after you've listed the available community servers or when you connect to one of them, e.g.:

 {
    "id": {
    ...
    },
    "name": "Path of Brasil - PVP",
    ...
    "region": {
        "code": "SA",
        "country": "Saudi Arabia"
    },
    ...
}

And hence, if you list in the Server List panel the servers which have "Brasil" in their names, all of them have the flag of Saudi Arabia:

image

(I'm not sure which flag should be set by default for SA servers (maybe most of them are Brasilian?), but surely not Saudi's (which is in Asia).)

Thank you!

AlderonEmu commented 1 year ago

This has been forwarded for review, thank you!