Get 1.33 working
This commit is contained in:
@@ -6,7 +6,7 @@ if (isAllowedDatabaseVersion(getClientVersion())) {
|
|||||||
require __DIR__ . '/backported/1.3-beta1/changeAccountUsername.php';
|
require __DIR__ . '/backported/1.3-beta1/changeAccountUsername.php';
|
||||||
exit;
|
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/changeAccountUsername.php';
|
require __DIR__ . '/backported/1.3-beta2/changeAccountUsername.php';
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
require __DIR__ . '/../incl/util.php';
|
require __DIR__ . '/../incl/util.php';
|
||||||
setPlainHeader();
|
setPlainHeader();
|
||||||
if (isAllowedDatabaseVersion(getClientVersion())) {
|
if (isAllowedDatabaseVersion(getClientVersion())) {
|
||||||
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/getTopPlayers.php';
|
require __DIR__ . '/backported/1.3-beta2/getTopPlayers.php';
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ if (isAllowedDatabaseVersion(getClientVersion())) {
|
|||||||
require __DIR__ . '/backported/1.2-beta2/loginAccount.php';
|
require __DIR__ . '/backported/1.2-beta2/loginAccount.php';
|
||||||
exit;
|
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';
|
require __DIR__ . '/backported/1.3-beta2/loginAccount.php';
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,8 @@ if (isAllowedDatabaseVersion(getClientVersion())) {
|
|||||||
getClientVersion() == "1.21" ||
|
getClientVersion() == "1.21" ||
|
||||||
getClientVersion() == "1.3-beta1" ||
|
getClientVersion() == "1.3-beta1" ||
|
||||||
getClientVersion() == "1.3-beta2" ||
|
getClientVersion() == "1.3-beta2" ||
|
||||||
getClientVersion() == "1.3"
|
getClientVersion() == "1.3" ||
|
||||||
|
getClientVersion() == "1.33"
|
||||||
) {
|
) {
|
||||||
require __DIR__ . '/backported/1.2-beta2/syncAccount.php';
|
require __DIR__ . '/backported/1.2-beta2/syncAccount.php';
|
||||||
exit;
|
exit;
|
||||||
|
|||||||
Reference in New Issue
Block a user