diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2022-04-05 20:35:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-05 21:35:09 +0300 |
| commit | b69f9f17f4419feb1b7cdcdfb080a96b00b28acc (patch) | |
| tree | c58f990b8ee33e06a1ed6503cd6a3c654699c4d5 /src/lobby.cpp | |
| parent | 2afecbfb630015be167dfb05203edfe0264b6321 (diff) | |
Load serverlist.txt with UTF-8 Coded (#741)
Fixes #738
The values are correctly written, so this should fix it.
Diffstat (limited to 'src/lobby.cpp')
| -rw-r--r-- | src/lobby.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lobby.cpp b/src/lobby.cpp index 6816f2f6..52e228f3 100644 --- a/src/lobby.cpp +++ b/src/lobby.cpp @@ -306,7 +306,6 @@ void Lobby::on_favorites_clicked() ui_public_servers->set_image("publicservers"); ao_app->set_favorite_list(); - // ao_app->favorite_list = read_serverlist_txt(); list_favorites(); |
