rename cracked to noauth and remove the possibility to self register as such

This commit is contained in:
2023-11-13 11:42:24 +01:00
parent 241d6c031e
commit 4a4135c31e
9 changed files with 17 additions and 30 deletions

View File

@@ -16,7 +16,7 @@ export const POST = (async ({ request, cookies }) => {
from: number | null;
name: string | null;
playertype: 'java' | 'bedrock' | 'cracked' | null;
playertype: 'java' | 'bedrock' | 'noauth' | null;
search: string | null;
slim: boolean | null;