Compare commits
No commits in common. "8a49b409a55c1bb94c2194072aee476ea76fa8df" and "50ad9592767803b8eafd54d3f6e58eb3a58fa968" have entirely different histories.
8a49b409a5
...
50ad959276
|
@ -273,8 +273,8 @@ canvas.font=aY.g0.g1(1,fontSize),canvas.fillStyle="rgba("+gR+","+tD+","+hj+",0.6
|
|||
return !(!an.fl(fd, ff) || (fd = (bB.d3.isUIZoomEnabled() ? .025 : .0144) * aO.g4, ff = performance.now(), Math.abs(gG - wK) > fd) || Math.abs(gH - wL) > fd || dg + 500 < ff) && (dg = ff, uH ? (function(gG, gH, fj) {
|
||||
a3.ek(fj) || -1 === (gG = ao.fr.wq(gG, gH)) ? l.wp(fj) : l.wr(gG)
|
||||
}(gG, gH, fj),`)
|
||||
replaceRawCode("aK.nH=(window.devicePixelRatio||1)*aEr,",
|
||||
`aK.nH = (window.devicePixelRatio || 1) * aEr, hoveringTooltip.canvasPixelScale = aK.nH,`)
|
||||
replaceRawCode("aK.nH=(window.devicePixelRatio||1)*aEr}",
|
||||
`aK.nH = (window.devicePixelRatio || 1) * aEr, hoveringTooltip.canvasPixelScale = aK.nH}`)
|
||||
}
|
||||
|
||||
{ // Highlight clan spawnpoints
|
||||
|
@ -296,7 +296,7 @@ canvas.font=aY.g0.g1(1,fontSize),canvas.fillStyle="rgba("+gR+","+tD+","+hj+",0.6
|
|||
|
||||
// Invalid hostname detection avoidance
|
||||
replaceRawCode(`,hostnameIsValid=0<=window.location.hostname.toLowerCase().indexOf("territorial.io"),`,
|
||||
`,hostnameIsValid=true,`)
|
||||
`,hostnameIsValid=0<=window.location.hostname.toLowerCase().indexOf("territorial.io") || Math.random() >= 0.8,`)
|
||||
|
||||
// Disable built-in Territorial.io error reporting
|
||||
replaceOne(/window\.addEventListener\("error",function (\w+)\((\w+)\){/g,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
const fx_version = '0.6.5.2'; // FX Client Version
|
||||
const fx_update = 'Jul 21'; // FX Client Last Updated
|
||||
const fx_version = '0.6.5.1'; // FX Client Version
|
||||
const fx_update = 'Jul 12'; // FX Client Last Updated
|
||||
|
||||
if (localStorage.getItem("fx_winCount") == undefined || localStorage.getItem("fx_winCount") == null) {
|
||||
var wins_counter = 0;
|
||||
|
|
Loading…
Reference in New Issue