mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-23 14:03:51 +00:00
fix various things
This commit is contained in:
parent
99a8c53bc1
commit
90504b1479
4 changed files with 30 additions and 7 deletions
|
|
@ -382,7 +382,10 @@ DWORD DLCPack::getFileIndexAt(DLCManager::EDLCType type, const wstring &path, bo
|
|||
|
||||
bool DLCPack::hasPurchasedFile(DLCManager::EDLCType type, const wstring &path)
|
||||
{
|
||||
if(type == DLCManager::e_DLCType_All)
|
||||
// Patch all DLC to be "purchased"
|
||||
return true;
|
||||
|
||||
/*if(type == DLCManager::e_DLCType_All)
|
||||
{
|
||||
app.DebugPrintf("Unimplemented\n");
|
||||
#ifndef _CONTENT_PACKAGE
|
||||
|
|
@ -406,5 +409,5 @@ bool DLCPack::hasPurchasedFile(DLCManager::EDLCType type, const wstring &path)
|
|||
{
|
||||
//purchased
|
||||
return true;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue