File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ private string GetRemoteJson()
101101 // Helpful to supply server with data for its log file.
102102 client . Headers [ HttpRequestHeader . UserAgent ] = $ "{ System . Windows . Forms . Application . ProductName } /{ VersionInfo . VersionOrBuild } ";
103103
104+ // Trial for glTD and PBR graphics
105+ //return client.DownloadString(new Uri("https://wepp.co.uk/openrails/notifications/menu_testing_direct3d.json"));
104106 return client . DownloadString ( new Uri ( "https://wepp.co.uk/openrails/notifications/menu.json" ) ) ;
105107 }
106108
@@ -241,7 +243,7 @@ private Check CheckExcludes(Check check)
241243 {
242244 if ( c is Contains )
243245 {
244- CheckContains ( check , c ) ;
246+ return CheckContains ( check , c ) ;
245247 }
246248 }
247249 return null ;
@@ -259,7 +261,7 @@ private Check CheckIncludes(Check check)
259261
260262 foreach ( var c in check . IncludesAnyOf )
261263 {
262- CheckContains ( check , c ) ;
264+ return CheckContains ( check , c ) ;
263265 }
264266 return null ;
265267 }
You can’t perform that action at this time.
0 commit comments