Compare commits
	
		
			No commits in common. "e41be648912951d4325f277302c928275332bd87" and "0bde4ac648f39c9ef2f33fe2a5ec94a4cb0b463b" have entirely different histories. 
		
	
	
		
			e41be64891
			...
			0bde4ac648
		
	
		
	| 
						 | 
					@ -317,9 +317,9 @@ canvas.font=aY.g0.g1(1,fontSize),canvas.fillStyle="rgba("+gR+","+tD+","+hj+",0.6
 | 
				
			||||||
        // set the custom lobby to inactive when clicking the "Back" button on the connection screen or leaving the lobby
 | 
					        // set the custom lobby to inactive when clicking the "Back" button on the connection screen or leaving the lobby
 | 
				
			||||||
        replaceRawCode("this.xZ=function(){Sockets.kt.wf(3260),i___.kt.we()}",
 | 
					        replaceRawCode("this.xZ=function(){Sockets.kt.wf(3260),i___.kt.we()}",
 | 
				
			||||||
            "this.xZ=function(){Sockets.kt.wf(3260),__fx.customLobby.setActive(false),i___.kt.we()}")
 | 
					            "this.xZ=function(){Sockets.kt.wf(3260),__fx.customLobby.setActive(false),i___.kt.we()}")
 | 
				
			||||||
        replaceRawCode("function(){n.r(),bl.zf(),Sockets.s.ze(3240),n.o(5,5)}",
 | 
					        replaceRawCode("function(){bl.zf(),Sockets.s.ze(3240),n.r(),n.o(5,5)}",
 | 
				
			||||||
            `(__fx.customLobby.setLeaveFunction(() => {n.r(),bl.zf(),Sockets.s.ze(3240),__fx.customLobby.setActive(false),n.o(5,5)}),
 | 
					            `(__fx.customLobby.setLeaveFunction(() => {bl.zf(),Sockets.s.ze(3240),__fx.customLobby.setActive(false),n.r(),n.o(5,5)}),
 | 
				
			||||||
            function(){n.r(),bl.zf(),Sockets.s.ze(3240),__fx.customLobby.setActive(false),n.o(5,5)})`)
 | 
					            function(){bl.zf(),Sockets.s.ze(3240),__fx.customLobby.setActive(false),n.r(),n.o(5,5)})`)
 | 
				
			||||||
        // when a socket error occurs on the custom lobby socket
 | 
					        // when a socket error occurs on the custom lobby socket
 | 
				
			||||||
        replaceRawCode("this.wQ=function(wR,d){if(8===i.pz&&0===wR)if(4211===d)wS(d);",
 | 
					        replaceRawCode("this.wQ=function(wR,d){if(8===i.pz&&0===wR)if(4211===d)wS(d);",
 | 
				
			||||||
            `this.wQ=function(wR,d){
 | 
					            `this.wQ=function(wR,d){
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
const fx_version = '0.6.6.14'; // FX Client Version
 | 
					const fx_version = '0.6.6.12'; // FX Client Version
 | 
				
			||||||
const fx_update = 'Jan 12'; // FX Client Last Updated
 | 
					const fx_update = 'Jan 10'; // FX Client Last Updated
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import settingsManager from './settings.js';
 | 
					import settingsManager from './settings.js';
 | 
				
			||||||
import { clanFilter, leaderboardFilter } from "./clanFilters.js";
 | 
					import { clanFilter, leaderboardFilter } from "./clanFilters.js";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,14 +2,14 @@
 | 
				
			||||||
<html lang="en">
 | 
					<html lang="en">
 | 
				
			||||||
<head>
 | 
					<head>
 | 
				
			||||||
    <!-- Google tag (gtag.js) -->
 | 
					    <!-- Google tag (gtag.js) -->
 | 
				
			||||||
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=G-WYYDMY13BG"></script>
 | 
					<script async src="https://www.googletagmanager.com/gtag/js?id=G-WYYDMY13BG"></script>
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
  window.dataLayer = window.dataLayer || [];
 | 
					  window.dataLayer = window.dataLayer || [];
 | 
				
			||||||
  function gtag(){dataLayer.push(arguments);}
 | 
					  function gtag(){dataLayer.push(arguments);}
 | 
				
			||||||
  gtag('js', new Date());
 | 
					  gtag('js', new Date());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  gtag('config', 'G-WYYDMY13BG');
 | 
					  gtag('config', 'G-WYYDMY13BG');
 | 
				
			||||||
</script>-->
 | 
					</script>
 | 
				
			||||||
    <meta charset="utf-8" />
 | 
					    <meta charset="utf-8" />
 | 
				
			||||||
    <title>FX Client</title>
 | 
					    <title>FX Client</title>
 | 
				
			||||||
    <meta name="description" content="Modified Version of Territorial.io - FX Client">
 | 
					    <meta name="description" content="Modified Version of Territorial.io - FX Client">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue