mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
forgot to push this
This commit is contained in:
parent
f3910e7bb7
commit
aba9e289e8
|
|
@ -11,12 +11,8 @@ bool RegionFileCache::useSplitSaves(ESavePlatform platform)
|
||||||
{
|
{
|
||||||
case SAVE_FILE_PLATFORM_XBONE:
|
case SAVE_FILE_PLATFORM_XBONE:
|
||||||
case SAVE_FILE_PLATFORM_PS4:
|
case SAVE_FILE_PLATFORM_PS4:
|
||||||
return true;
|
|
||||||
case SAVE_FILE_PLATFORM_WIN64:
|
case SAVE_FILE_PLATFORM_WIN64:
|
||||||
{
|
return true;
|
||||||
LevelGenerationOptions* lgo = app.getLevelGenerationOptions();
|
|
||||||
return (lgo != nullptr && lgo->isFromDLC());
|
|
||||||
}
|
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue