summary refs log tree commit diff
path: root/pkgs/games/spring/revert_58b423e.patch
blob: 79a42cefa5a692d54cf4efe0f009976b07ff54f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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);