Implement ArmorItem TestUse and fix Docker Step

Docker step is untested, hopefully it works now
This commit is contained in:
GabsPuNs
2026-04-30 17:55:43 -04:00
parent 3d10df97cf
commit f4eb64b1a7
5 changed files with 22 additions and 9 deletions

View File

@@ -136,8 +136,8 @@ static bool EnsureDirectoryExists(const std::wstring &directoryPath, bool *outCr
/**
* Prepares the save root used by the Windows64 storage layout
* - Creates `Windows64` first because `CreateDirectoryW` is not recursive
* - Creates `Windows64\\GameHDD` when missing before world bootstrap starts
* - Creates `Data` first because `CreateDirectoryW` is not recursive
* - Creates `Data\Saves` when missing before world bootstrap starts
* Windows64用保存先ディレクトリの存在保証
*/
static bool EnsureGameHddRootExists()