mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 12:37:24 +01:00
Fix path to BYOND $HOME folder on Linux
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Tgstation.Server.Host.Components.Engine
|
||||
Environment.GetFolderPath(
|
||||
Environment.SpecialFolder.UserProfile,
|
||||
Environment.SpecialFolderOption.DoNotVerify),
|
||||
"./byond/cache"));
|
||||
"./.byond/cache"));
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user