mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-19 22:43:32 +00:00
REMOVE: license verification and BuyGame btns/screens
This commit is contained in:
@@ -1455,12 +1455,6 @@ LevelStorageSource* Minecraft::getLevelSource()
|
||||
return storageSource;
|
||||
}
|
||||
|
||||
int Minecraft::getLicenseId() {
|
||||
if (!LicenseCodes::isReady(_licenseId))
|
||||
_licenseId = platform()->checkLicense();
|
||||
return _licenseId;
|
||||
}
|
||||
|
||||
void Minecraft::audioEngineOn() {
|
||||
#ifndef STANDALONE_SERVER
|
||||
soundEngine->enable(true);
|
||||
|
||||
Reference in New Issue
Block a user