From 6abcc9d484a33e5147272c08c774f4d327e567c9 Mon Sep 17 00:00:00 2001 From: Hipposgrumm Date: Sat, 31 May 2025 19:08:20 -0600 Subject: [PATCH] Missed that one, it fixed now. --- src/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appsettings.json b/src/appsettings.json index 8c97d4b..d9a3918 100644 --- a/src/appsettings.json +++ b/src/appsettings.json @@ -61,7 +61,7 @@ "// Authentication Optional": "authentication is required only for moderation activities", "// Authentication RequiredForChat": "authentication is required only for moderation activities and using chat (if chat is enabled)", "// Authentication Required": "authentication is required to connect to mmo", - "Authentication": "Optional", + "Authentication": "Disabled", "// ApiUrl": "SoDOff API server URL for authentication calls", "ApiUrl": "http://localhost:5000",