Make berry dash launcher leaderboards work

This commit is contained in:
2026-02-16 22:43:58 -07:00
parent 876b1bce08
commit 94051c6b55
3 changed files with 7 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ if (
exit;
}
$post = getPostData();
$request_type = $post['type'] ?? '';
$request_type = $post['type'] ?? isLauncher() ? '0' : '';
$conn0 = newConnection(0);
$conn1 = newConnection(1);