From cf052a0cbeaf249fd3cf03f4148043e3b6dc1873 Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Fri, 2 Sep 2022 01:16:33 +0300 Subject: [PATCH] update config for alpha --- 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 91798d2..2068795 100644 --- a/src/const/config.ts +++ b/src/const/config.ts @@ -1,5 +1,5 @@ export const useLocalServer = false; -export const isAlpha = false; +export const isAlpha = true; export type Server = { serverAdress: string;