mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
Documents Repository.cs
This commit is contained in:
@@ -35,7 +35,7 @@ namespace TGServerService
|
||||
if (repo)
|
||||
{
|
||||
//ensure we aren't trying to read anything outside the static dirs
|
||||
var Config = new RepoConfig(false);
|
||||
var Config = GetCachedRepoConfig();
|
||||
if (Config == null)
|
||||
{
|
||||
error = "Unable to load static directory configuration";
|
||||
|
||||
Reference in New Issue
Block a user