mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
revert temporary
This commit is contained in:
parent
3ce4667502
commit
daf79648c7
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ public:
|
||||||
luauDirRel += "/Client";
|
luauDirRel += "/Client";
|
||||||
luauDirAbs += "/Client";
|
luauDirAbs += "/Client";
|
||||||
}
|
}
|
||||||
luauDirRel += "/Luau";
|
luauDirRel += "/luau";
|
||||||
luauDirAbs += "/Luau";
|
luauDirAbs += "/luau";
|
||||||
|
|
||||||
if (type == PathType::Relative)
|
if (type == PathType::Relative)
|
||||||
return luauDirRel;
|
return luauDirRel;
|
||||||
|
|
Loading…
Add table
Reference in a new issue