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 +=
|
||||
path + "/?.lua;" +
|
||||
path + "/?.moon" +
|
||||
path + "/?.moon;" +
|
||||
path + "/?.ext;";
|
||||
|
||||
lua_requirecpath +=
|
||||
|
||||
Reference in New Issue
Block a user