parent
							
								
									e7d94e6a16
								
							
						
					
					
						commit
						255cdc6b7a
					
				|  | @ -104,8 +104,7 @@ export class AcksCharacterCreator extends FormApplication { | ||||||
|     }); |     }); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   async close() { |   async close(options) { | ||||||
|     super.close(); |  | ||||||
|     // Gather scores
 |     // Gather scores
 | ||||||
|     let scores = {}; |     let scores = {}; | ||||||
|     $(this.form.children).find(".score-roll").each((_, d) => { |     $(this.form.children).find(".score-roll").each((_, d) => { | ||||||
|  | @ -127,6 +126,7 @@ export class AcksCharacterCreator extends FormApplication { | ||||||
|       content: content, |       content: content, | ||||||
|       speaker, |       speaker, | ||||||
|     }); |     }); | ||||||
|  |     return super.close(options); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   /** @override */ |   /** @override */ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue