Corrected error causing CommandEngine commands to not work.
This commit is contained in:
parent
7bc89b294b
commit
974cc0f9b8
3 changed files with 13 additions and 1 deletions
|
@ -49,6 +49,10 @@ namespace MudEngine.Scripting
|
|||
/// </summary>
|
||||
public Dictionary<String, String> CompilerOptions { get; set; }
|
||||
|
||||
public MudScriptCompiler()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Compiles the source files found within the scriptRepository directory matching the ICompiler.ScriptExtension
|
||||
/// The Compiler defaults to the C# 4.0 compiler if none other is supplied via the ICompiler.CompilerOptions argument.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue