summaryrefslogtreecommitdiff
path: root/api/me.php
diff options
context:
space:
mode:
Diffstat (limited to 'api/me.php')
-rw-r--r--api/me.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/me.php b/api/me.php
index 048bcd4..d8117de 100644
--- a/api/me.php
+++ b/api/me.php
@@ -6,8 +6,8 @@ global $_PROFILE;
header("Content-Type: application/json");
-if ($_PROFILE['name'] === "Cloudburst System") {
- die('{"name": "Cloudburst System", "id": "cloudburst", "pluralkit": "ynmuc"}');
-} else {
+if ($_PROFILE['login'] === "raindrops") {
die('{"name": "Raindrops System", "id": "raindrops", "pluralkit": "gdapd"}');
+} else {
+ die('{"name": "Cloudburst System", "id": "cloudburst", "pluralkit": "ynmuc"}');
}