From 11f7f70463ff5989dd7322335a23b9e5bcd0d336 Mon Sep 17 00:00:00 2001 From: OleSTEEP Date: Wed, 24 Jan 2024 17:20:11 +0300 Subject: [PATCH] English: Update telegram link --- www.eng/js/plugins/Omori Title Screen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www.eng/js/plugins/Omori Title Screen.js b/www.eng/js/plugins/Omori Title Screen.js index 968d79d..38f9f07 100644 --- a/www.eng/js/plugins/Omori Title Screen.js +++ b/www.eng/js/plugins/Omori Title Screen.js @@ -910,7 +910,7 @@ Scene_OmoriTitleScreen.prototype.updateCommandInput = function () { case 3: // ported by AudioManager.playSe({ name: "SYS_select", pan: 0, pitch: 100, volume: 90 }); setTimeout(() => { - window.open('https://t.me/visual_novels_for_android', '_blank').focus(); + window.open('https://t.me/visual_novels_android_eng', '_blank').focus(); }, 1000); break; }