Fix path to BYOND $HOME folder on Linux

This commit is contained in:
Jordan Dominion
2024-02-19 18:54:13 -05:00
parent 9243f70203
commit e59e2ff337
@@ -67,7 +67,7 @@ namespace Tgstation.Server.Host.Components.Engine
Environment.GetFolderPath(
Environment.SpecialFolder.UserProfile,
Environment.SpecialFolderOption.DoNotVerify),
"./byond/cache"));
"./.byond/cache"));
}
/// <inheritdoc />