diff --git a/src/Tgstation.Server.Host/Components/Byond/PosixByondInstaller.cs b/src/Tgstation.Server.Host/Components/Byond/PosixByondInstaller.cs index 4210e111bb..ded0d06a1e 100644 --- a/src/Tgstation.Server.Host/Components/Byond/PosixByondInstaller.cs +++ b/src/Tgstation.Server.Host/Components/Byond/PosixByondInstaller.cs @@ -20,7 +20,7 @@ namespace Tgstation.Server.Host.Components.Byond /// /// Path to the BYOND cache /// - const string ByondCachePath = "~/.byond"; //TODO: Verify this is correct!!!!! + const string ByondCachePath = "~/.byond/cache"; /// public string DreamDaemonName => "DreamDaemon"; diff --git a/v4_prototype_TODO.txt b/v4_prototype_TODO.txt index 4efbf08945..d5b9817fe9 100644 --- a/v4_prototype_TODO.txt +++ b/v4_prototype_TODO.txt @@ -1,4 +1,3 @@ -Verify the byond cache folder location on linux Test watchdog UNIT test watchdog