mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Fix build
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user