Verfied linux cache path

This commit is contained in:
Cyberboss
2018-08-31 14:16:42 -04:00
parent b2ae920dd8
commit b1cd38715a
2 changed files with 1 additions and 2 deletions
@@ -20,7 +20,7 @@ namespace Tgstation.Server.Host.Components.Byond
/// <summary>
/// Path to the BYOND cache
/// </summary>
const string ByondCachePath = "~/.byond"; //TODO: Verify this is correct!!!!!
const string ByondCachePath = "~/.byond/cache";
/// <inheritdoc />
public string DreamDaemonName => "DreamDaemon";
-1
View File
@@ -1,4 +1,3 @@
Verify the byond cache folder location on linux
Test watchdog
UNIT test watchdog