Skip to content

Commit f2191f1

Browse files
committed
Update compiler manual download URL
1 parent 7c2b387 commit f2191f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/PluginCompiler.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ private static void DownloadCompiler(WebResponse response, string remoteHash)
143143

144144
if (downloadRetries >= 3)
145145
{
146-
Interface.Oxide.LogInfo($"Couldn't download {FileName}! Please download manually from: https://github.com/OxideMod/Compiler/releases/download/latest/{FileName}");
146+
Interface.Oxide.LogInfo($"Couldn't download {FileName}! Please download manually from: https://github.com/OxideMod/Oxide.CSharp/releases/download/latest/{FileName}");
147147
return;
148148
}
149149

@@ -160,7 +160,7 @@ private static void DownloadCompiler(WebResponse response, string remoteHash)
160160
}
161161
catch (Exception ex)
162162
{
163-
Interface.Oxide.LogError($"Couldn't download {FileName}! Please download manually from: https://github.com/OxideMod/Compiler/releases/download/latest/{FileName}");
163+
Interface.Oxide.LogError($"Couldn't download {FileName}! Please download manually from: https://github.com/OxideMod/Oxide.CSharp/releases/download/latest/{FileName}");
164164
Interface.Oxide.LogError(ex.Message);
165165
}
166166
}

0 commit comments

Comments
 (0)