REMOVE: license verification and BuyGame btns/screens

This commit is contained in:
Kolyah35
2026-03-11 00:39:27 +03:00
parent 3c71139a7c
commit d25a04f154
15 changed files with 9 additions and 363 deletions

View File

@@ -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);