mirror of
https://github.com/minetest/minetest.git
synced 2024-12-28 17:07:29 +01:00
Fix favorite Server List on Windows
This commit is contained in:
parent
8d5b400d09
commit
b88aa81da7
@ -53,7 +53,7 @@ std::vector<ServerListSpec> getLocal()
|
||||
std::string liststring;
|
||||
if(fs::PathExists(path))
|
||||
{
|
||||
std::ifstream istream(path.c_str(), std::ios::binary);
|
||||
std::ifstream istream(path.c_str());
|
||||
if(istream.is_open())
|
||||
{
|
||||
std::ostringstream ostream;
|
||||
|
Loading…
Reference in New Issue
Block a user