mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Fix favorite Server List on Windows
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user