Update init.lua

This commit is contained in:
Nicolas 2023-12-30 21:00:49 +01:00 committed by GitHub
parent f2f54bab7d
commit 3a7be6fcc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
-- modname/init.lua
-- Chemin vers le fichier JSON
local json_file_path = minetest.get_worldpath() .. "/events.json"
local json_file_path = minetest.get_worldpath() .. "/eventsbw.json"
-- Initialiser la variable events en dehors de load_database
local events = {}