lowercase

This commit is contained in:
Vighnesh 2023-12-04 15:39:48 -08:00
parent fbe958f14c
commit 805be8e231

View file

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