mirror of
https://github.com/OpenFusionProject/Client.git
synced 2024-11-22 13:40:06 +00:00
Compare commits
2 Commits
19faaac573
...
027044be3d
Author | SHA1 | Date | |
---|---|---|---|
|
027044be3d | ||
|
ec7f494f41 |
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user