mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
fix #2
This commit is contained in:
parent
35862f3556
commit
402e918f20
|
|
@ -635,7 +635,7 @@ void ConsoleSchematicFile::generateSchematicFile(DataOutputStream *dos, Level *l
|
|||
}
|
||||
|
||||
#ifndef _CONTENT_PACKAGE
|
||||
if(p!=blockCount) return 0;
|
||||
if(p!=blockCount) return;
|
||||
#endif
|
||||
|
||||
// We don't know how this will compress - just make a fixed length buffer to initially decompress into
|
||||
|
|
|
|||
|
|
@ -390,7 +390,7 @@ void UIScene_MainMenu::handlePress(F64 controlId, F64 childId)
|
|||
break;
|
||||
#endif
|
||||
|
||||
default: return 0;
|
||||
default: return;
|
||||
}
|
||||
|
||||
bool confirmUser = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue