mirror of
				https://github.com/redphx/better-xcloud.git
				synced 2025-10-30 21:44:01 +01:00 
			
		
		
		
	Fix "ignoreNewsSection" patch
This commit is contained in:
		| @@ -702,7 +702,7 @@ true` + text; | ||||
|  | ||||
|     // Don't render News section | ||||
|     ignoreNewsSection(str: string) { | ||||
|         let index = str.indexOf('Logger("CarouselRow")'); | ||||
|         let index = str.indexOf('("CarouselRow"))'); | ||||
|         index > -1 && (index = PatcherUtils.lastIndexOf(str, 'const ', index, 200)); | ||||
|         if (index < 0) { | ||||
|             return false; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 redphx
					redphx