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; }