From 1f7dfcfffa5fa6ac73e0546c77ae4ff39d840b1b Mon Sep 17 00:00:00 2001 From: TJH Date: Mon, 29 Jun 2026 15:09:46 +0800 Subject: [PATCH] 1 --- assets/Loading/scripts/comm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/Loading/scripts/comm.ts b/assets/Loading/scripts/comm.ts index faf466f..f133be0 100644 --- a/assets/Loading/scripts/comm.ts +++ b/assets/Loading/scripts/comm.ts @@ -31,7 +31,7 @@ export function getHistoryUrl() { } export function getLanguage() { - return 'my'; + // return 'th'; return language; }