revert temporary

This commit is contained in:
Vighnesh 2023-12-04 19:10:03 -08:00
parent 3ce4667502
commit daf79648c7

View file

@ -63,8 +63,8 @@ public:
luauDirRel += "/Client";
luauDirAbs += "/Client";
}
luauDirRel += "/Luau";
luauDirAbs += "/Luau";
luauDirRel += "/luau";
luauDirAbs += "/luau";
if (type == PathType::Relative)
return luauDirRel;