Various minor fixes

This commit is contained in:
2020-06-17 08:42:58 +02:00
parent abefa476c3
commit 08ecfb824f
6 changed files with 14 additions and 10 deletions

View File

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