Fix mod failing to load (#9)

master
LoneWolfHT 2021-07-04 08:46:20 -07:00 committed by GitHub
parent 08d3c3f25f
commit a8c84355d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
chatcmdbuilder = dofile("chatcmdbuilder.lua")
chatcmdbuilder = dofile(minetest.get_modpath(minetest.get_current_modname()).."/chatcmdbuilder.lua")
-- Compat
ChatCmdBuilder = chatcmdbuilder