util/pluginloader.lua
changeset 11134 10485a3ef78b
parent 11133 387d442497e7
child 11135 40abef01f4b9
--- a/util/pluginloader.lua	Mon Oct 05 20:56:03 2020 +0200
+++ b/util/pluginloader.lua	Mon Oct 05 20:56:53 2020 +0200
@@ -42,6 +42,7 @@
 		"mod_"..plugin..dir_sep..resource;                  -- mod_hello/mod_hello.lua
 		plugin..dir_sep..resource;                          -- hello/mod_hello.lua
 		resource;                                           -- mod_hello.lua
+		"share"..dir_sep.."lua"..dir_sep..lua_version..dir_sep..resource;
 		"share"..dir_sep.."lua"..dir_sep..lua_version..dir_sep.."mod_"..plugin..dir_sep..resource;
 	};