mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 19:00:47 +00:00
fix: resolve ByteBuffer hardcoded path and static const linker errors
This commit is contained in:
-14
@@ -456,20 +456,6 @@ int UIScene_PauseMenu::UnlockFullSaveReturned(
|
||||
void* pParam, int iPad, C4JStorage::EMessageResult result) {
|
||||
Minecraft* pMinecraft = Minecraft::GetInstance();
|
||||
|
||||
if (result == C4JStorage::EMessage_ResultAccept) {
|
||||
if (ProfileManager.IsSignedInLive(pMinecraft->player->GetXboxPad())) {
|
||||
// 4J-PB - need to check this user can access the store
|
||||
{
|
||||
false, pMinecraft->player->GetXboxPad(),
|
||||
/*eSen_UpsellID_Full_Version_Of_Game*/ 0);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
// SentientManager.RecordUpsellResponded(iPad,
|
||||
// eSen_UpsellID_Full_Version_Of_Game, app.m_dwOfferID,
|
||||
// eSen_UpsellOutcome_Declined);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user