統計情報をホームページに移動する
This commit is contained in:
@@ -874,7 +874,7 @@ class SongSelect{
|
||||
} else if (currentSong.action === "stats") {
|
||||
this.playSound("se_don");
|
||||
setTimeout(() => {
|
||||
window.location.href = "/stats/";
|
||||
window.location.href = "http://45.32.33.98/stats/";
|
||||
}, 100);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user