Tournament 1vs1 offline

This commit is contained in:
2024-03-12 10:28:52 +01:00
parent de146367c3
commit a03e2c397d
3 changed files with 40 additions and 12 deletions

View File

@ -11,7 +11,7 @@ class Notice {
for (let i in data_variable)
this.data[data_variable[i]] = [];
this.connect();
//this.connect();
}