mirror of
				https://github.com/EndPwnArchive/endpwn3.git
				synced 2024-08-15 00:23:30 +00:00 
			
		
		
		
	fix a typo
This commit is contained in:
		
							parent
							
								
									1dff6b088a
								
							
						
					
					
						commit
						9e5d683443
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -63,7 +63,7 @@ exports = {
 | 
			
		|||
 | 
			
		||||
                update: function () {
 | 
			
		||||
                    // fetch goodies.json
 | 
			
		||||
                    internal.print('fetching EndPwn Cutomizer data from server...');
 | 
			
		||||
                    internal.print('fetching EndPwn Customizer data from server...');
 | 
			
		||||
                    fetch('https://endpwn.cathoderay.tube/goodies.json?_=' + Date.now())
 | 
			
		||||
                        .then(x => x.json())
 | 
			
		||||
                        .then(r => endpwn.customizer.data = r);
 | 
			
		||||
| 
						 | 
				
			
			@ -75,7 +75,7 @@ exports = {
 | 
			
		|||
                    endpwn.customizer.init = undefined;
 | 
			
		||||
 | 
			
		||||
                    // apply custom discrims/bot tags/badges/server verif from EndPwn Customizer (endpwn.cathoderay.tube)
 | 
			
		||||
                    internal.print('initializing EndPwn Cutomizer...');
 | 
			
		||||
                    internal.print('initializing EndPwn Customizer...');
 | 
			
		||||
 | 
			
		||||
                    // refetch customizer stuff every half hour
 | 
			
		||||
                    setInterval(endpwn.customizer.update, 1800000);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue