Compare commits

..

1 Commits

Author SHA1 Message Date
FinnHornhoover
19faaac573
Merge 7956f653fb into ec0fc87dcd 2023-12-04 11:44:53 +01:00

View File

@ -782,7 +782,7 @@ function prepGameInfo(serverUUID) {
// otherwise, if main.unity3d is present, use the offline cache
var mainPath = path.join(offlinePath, "main.unity3d");
var versionURL = !remotefs.existsSync(mainPath) ? versionInfo.url : offlineURL;
var versionURL = remotefs.existsSync(mainPath) ? versionInfo.url : offlineURL;
setGameInfo(serverInfo, versionURL);
}