feat: wolf hunt 2019 #2888
@ -2364,9 +2364,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (config.worldState?.wolfHunt != undefined) {
 | 
			
		||||
        const year = config.worldState.wolfHunt;
 | 
			
		||||
        console.log(year);
 | 
			
		||||
        if (year == 0) {
 | 
			
		||||
        if (config.worldState.wolfHunt == 0) {
 | 
			
		||||
            worldState.Goals.push({
 | 
			
		||||
| 
					
	
	
	
	
	
	
	
	 
					
					AMelonInsideLemon marked this conversation as resolved
					
				 
				 | 
			||||
                _id: {
 | 
			
		||||
                    $oid: "67ed7672798d6466172e3b9c"
 | 
			
		||||
@ -2407,7 +2405,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
 | 
			
		||||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            });
 | 
			
		||||
        } else if (year == 1) {
 | 
			
		||||
        } else if (config.worldState.wolfHunt == 1) {
 | 
			
		||||
            worldState.Goals.push({
 | 
			
		||||
                _id: {
 | 
			
		||||
                    $oid: "67ed7672798d6466172e3b9d"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	
Leftover console.log