mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-10 23:18:08 +00:00
Use SpriteSheets and move server.db and server.txt to "Data" folder.
This commit is contained in:
@@ -876,7 +876,7 @@ void CPlatformNetworkManagerStub::SearchForGames()
|
||||
friendsSessions[0].push_back(info);
|
||||
}
|
||||
|
||||
if (std::FILE* file = std::fopen("servers.db", "rb")) {
|
||||
if (std::FILE* file = std::fopen("Data\\servers.db", "rb")) {
|
||||
char magic[4] = {};
|
||||
if (std::fread(magic, 1, 4, file) == 4 && memcmp(magic, "MCSV", 4) == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user