forked from public/swade-fr-content
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
3f7717d333 | |||
458ae81f3f | |||
302cd4eea7 | |||
cff770a624 | |||
47fec369ae |
File diff suppressed because one or more lines are too long
@ -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"
|
||||
}
|
||||
|
@ -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);
|
||||
//}
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user