Skip to content

Commit f09744d

Browse files
committed
Rename Compiler to Oxide.Compiler
This will help with people switching back and forth between old and new compiler
1 parent ea33de6 commit f09744d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CompilerService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public CompilerService()
4141
compilations = new Hash<int, Compilation>();
4242
messageQueue = new Queue<CompilerMessage>();
4343
string arc = IntPtr.Size == 8 ? "x64" : "x86";
44-
filePath = Path.Combine(Interface.Oxide.RootDirectory, $"Compiler");
44+
filePath = Path.Combine(Interface.Oxide.RootDirectory, $"Oxide.Compiler");
4545
switch (Environment.OSVersion.Platform)
4646
{
4747
case PlatformID.Win32NT:

0 commit comments

Comments
 (0)