Update release

This commit is contained in:
2021-10-18 15:44:35 +02:00
parent 909c19f8cb
commit 965b0ecf20
9 changed files with 165 additions and 140 deletions

View File

@ -1,7 +1,7 @@
package.path = package.path .. ";luajson/?.lua"
local JSON = require"json"
local enjsonf = "../../WFRP4e-FoundryVTT/lang/en.json"
local enjsonf = "../../WFRP4e-FoundryVTT/lang/en.json.NEW"
local frjsonf = "../fr.json"
local fp = io.open(enjsonf, "r")