mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-07-11 13:28:46 +00:00
Implement ArmorItem TestUse and fix Docker Step
Docker step is untested, hopefully it works now
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user