Skip to content

Commit 5c23e80

Browse files
committed
Enable Oxide.Compiler download
1 parent f8eeab5 commit 5c23e80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/CompilerService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ internal bool Precheck()
176176
#endif
177177

178178

179-
/*if (!DownloadFile(remoteName, filePath, 3))
179+
if (!DownloadFile(_remoteName, _filePath))
180180
{
181181
return false;
182-
}*/
182+
}
183183

184184
return SetFilePermissions(_filePath);
185185
}

0 commit comments

Comments
 (0)