Fix build

This commit is contained in:
Cyberboss
2018-07-23 14:32:11 -04:00
parent 89266ba5e1
commit 0d96f69617
3 changed files with 3 additions and 1 deletions
@@ -17,7 +17,7 @@ namespace Tgstation.Server.Host.Components
sealed class Configuration : IConfiguration
{
const string CodeModificationsSubdirectory = "CodeModifications";
const string EventScriptsSubdirectory = "EventScripts";
//const string EventScriptsSubdirectory = "EventScripts";
const string GameStaticFilesSubdirectory = "GameStaticFiles";
const string CodeModificationsHeadFile = "HeadInclude.dm";
@@ -9,6 +9,7 @@ using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Host.Core;
using Tgstation.Server.Host.IO;
namespace Tgstation.Server.Host.Components
{
@@ -9,6 +9,7 @@ using System.Threading.Tasks;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Host.Components;
using Tgstation.Server.Host.Core;
using Tgstation.Server.Host.IO;
using Tgstation.Server.Host.Models;
using Tgstation.Server.Host.Security;