Sync to latest 0.5.6

This commit is contained in:
LeRatierBretonnien 2020-05-11 08:51:54 +02:00
parent d00139821a
commit 382ec09b1c
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ Hooks.once('init', () => {
Babele.get().registerConverters({
"career_skills": (skills_list) => {
var compendium = game.packs.find(p => p.collection === 'wfrp4e.skills');
//console.log( "Thru here ...", compendium, skills_list);
console.log( "Thru here ...", compendium, skills_list);
if ( skills_list ) {
var i;
var len = skills_list.length;