springLobby: 0.247 -> 0.255

This commit is contained in:
Ricardo Ardissone
2016-08-24 22:20:32 -03:00
parent 95bc33c1ab
commit 3b7304ebc3
2 changed files with 20 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
--- a/src/utils/slpaths.cpp
+++ b/src/utils/slpaths.cpp
@@ -165,13 +165,10 @@
usync_paths.push_back(bundle);
}
if (!SlPaths::IsPortableMode()) {
- /*
-//FIXME: reenable when #707 is fixed / spring 102.0 is "established"
LSL::SpringBundle systembundle;
if (LSL::SpringBundle::LocateSystemInstalledSpring(systembundle)) {
usync_paths.push_back(systembundle);
}
-*/
std::vector<std::string> paths;
PossibleEnginePaths(paths);