Backport 1.5 refresh login & login

This commit is contained in:
2025-09-12 07:34:15 -07:00
parent 03243fcde7
commit 7eed767a41
3 changed files with 54 additions and 2 deletions

View File

@@ -6,8 +6,6 @@ if (isAllowedDatabaseVersion(getClientVersion())) {
require __DIR__ . '/backported/1.3-beta2/getTopPlayers.php';
exit;
}
}
if (isAllowedDatabaseVersion(getClientVersion())) {
if (getClientVersion() == "1.5.0" || getClientVersion() == "1.5.1" || getClientVersion() == "1.5.2") {
require __DIR__ . '/backported/1.5/getTopPlayers.php';
exit;