syntax fix
This commit is contained in:
		
							parent
							
								
									b02c0e9d89
								
							
						
					
					
						commit
						c3a0f4ca8b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -73,7 +73,7 @@ function split()
 | 
				
			||||||
		if split["enable"] and not split["done"] then
 | 
							if split["enable"] and not split["done"] then
 | 
				
			||||||
			res = res or hasSplitUpdated(split)
 | 
								res = res or hasSplitUpdated(split)
 | 
				
			||||||
		end
 | 
							end
 | 
				
			||||||
		if res and name ~= "FarahBalcony" do
 | 
							if res and name ~= "FarahBalcony" then
 | 
				
			||||||
			splits["FarahBalcony"]["done"] = false
 | 
								splits["FarahBalcony"]["done"] = false
 | 
				
			||||||
		end
 | 
							end
 | 
				
			||||||
	end
 | 
						end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue