Compare commits

...

5 Commits

Author SHA1 Message Date
3f7717d333 module.json udpate for release. 2021-04-29 20:02:59 +02:00
458ae81f3f Merge branch 'master' into 'master'
Disable sub-folder names

See merge request sasmira/swade-fr!15
2021-04-29 09:35:50 +00:00
302cd4eea7 Disable sub-folder names 2021-04-29 08:57:04 +02:00
cff770a624 rules update 2021-04-26 22:22:32 +02:00
47fec369ae rules update 2021-04-25 20:02:17 +02:00
3 changed files with 65 additions and 60 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,10 +2,10 @@
"name": "swade-fr",
"title": "SWADE en Français - version *PREMIUM*",
"description": "Traduction française du système SWADE <p>*** Join the official Discord server: <a href='https://discord.gg/foundryvtt'> Official Discord</a></p><p>*** Rejoignez la communauté Francophone: <a href='https://discord.gg/pPSDNJk'>Francophone Discord</a></p>",
"version": "0.17.2.3",
"version": "0.18.2.1",
"minimumCoreVersion" : "0.7.9",
"compatibleCoreVersion" : "1.0.0",
"author": "BoboursToutCool, Gronyon, Kyane, LeRatierBretonnien, Sasmira, U~man,X.O. de Vorcen",
"author": "Team Swade, La Fonderie",
"authors": [
{
"name": "BoboursToutCool",
@ -70,5 +70,5 @@
"url": "https://gitlab.com/sasmira/swade-fr",
"manifest": "https://gitlab.com/sasmira/swade-fr/-/raw/master/module/module.json",
"download": "https://gitlab.com/sasmira/swade-fr/-/jobs/artifacts/v0.17.2.3/raw/swade-fr.zip?job=build"
"download": "https://gitlab.com/sasmira/swade-fr/-/jobs/artifacts/v0.18.2.1/raw/swade-fr.zip?job=build"
}

View File

@ -98,8 +98,8 @@ const __fix_folder_names = async ( ) => {
/************************************************************************************/
Hooks.once('ready', () => {
if (game.user.isGM) {
setTimeout( __fix_folder_names, 4000, true, false);
}
//if (game.user.isGM) {
//setTimeout( __fix_folder_names, 4000, true, false);
//}
});