rename cracked to noauth and remove the possibility to self register as such
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user