Update mod name in README and init (#15)
* mod.conf calls it `matrix_chat` now * mod.conf calls it `matrix_chat` now Co-authored-by: Isidor Zeuner <minetest@quidecco.de>
This commit is contained in:
2
init.lua
2
init.lua
@@ -8,7 +8,7 @@ local ie, req_ie = _G, minetest.request_insecure_environment
|
||||
if req_ie then ie = req_ie() end
|
||||
if not ie then
|
||||
error("The Matrix mod requires access to insecure functions in order "..
|
||||
"to work. Please add matrix to secure.trusted_mods.")
|
||||
"to work. Please add matrix_chat to secure.trusted_mods.")
|
||||
end
|
||||
|
||||
ie.package.path =
|
||||
|
||||
Reference in New Issue
Block a user