From 0100be1b3935c7792d1d08fc9d2ff3615ef96100 Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Fri, 2 Sep 2022 01:15:31 +0300 Subject: [PATCH] update config for beta --- src/const/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const/config.ts b/src/const/config.ts index 2068795..91798d2 100644 --- a/src/const/config.ts +++ b/src/const/config.ts @@ -1,5 +1,5 @@ export const useLocalServer = false; -export const isAlpha = true; +export const isAlpha = false; export type Server = { serverAdress: string;