improve: skip HUB instance selection
Makes the game think there's only 1 HUB instance so it won't ask us to pick one.
This commit is contained in:
		
							parent
							
								
									61450b04bb
								
							
						
					
					
						commit
						a65cc1f724
					
				@ -1,7 +1,7 @@
 | 
			
		||||
import { RequestHandler } from "express";
 | 
			
		||||
 | 
			
		||||
const hubInstancesController: RequestHandler = (_req, res) => {
 | 
			
		||||
    res.json("list 50 16 1 0 scenarios 0 0 0 0 0 0");
 | 
			
		||||
    res.json("list 50 1 0 0 scenarios 0 0 0 0 0 0");
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export { hubInstancesController };
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user