mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix: Moonscript integration and read (#340)
This commit is contained in:
@@ -625,7 +625,7 @@ void ALE::GetScripts(std::string path)
|
|||||||
{
|
{
|
||||||
lua_requirepath +=
|
lua_requirepath +=
|
||||||
path + "/?.lua;" +
|
path + "/?.lua;" +
|
||||||
path + "/?.moon" +
|
path + "/?.moon;" +
|
||||||
path + "/?.ext;";
|
path + "/?.ext;";
|
||||||
|
|
||||||
lua_requirecpath +=
|
lua_requirecpath +=
|
||||||
|
|||||||
Reference in New Issue
Block a user