Get 1.33 working

This commit is contained in:
2025-10-08 08:03:57 -07:00
parent 44b271ec25
commit 8c13c24066
4 changed files with 5 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ if (isAllowedDatabaseVersion(getClientVersion())) {
require __DIR__ . '/backported/1.2-beta2/loginAccount.php';
exit;
}
if (getClientVersion() == "1.3-beta2" || getClientVersion() == "1.3") {
if (getClientVersion() == "1.3-beta2" || getClientVersion() == "1.3" || getClientVersion() == "1.33") {
require __DIR__ . '/backported/1.3-beta2/loginAccount.php';
exit;
}