mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 13:18:27 +02:00
Bug fixes
This commit is contained in:
@@ -64,7 +64,7 @@ const PATCHES = {
|
||||
return false;
|
||||
}
|
||||
|
||||
return PatcherUtils.replaceWith(str, text, '.track=function(e){},!!function(', index);
|
||||
return PatcherUtils.replaceWith(str, index, text, '.track=function(e){},!!function(');
|
||||
},
|
||||
|
||||
// Set disableTelemetry() to true
|
||||
|
Reference in New Issue
Block a user