Tournament 1vs1 offline

This commit is contained in:
2024-03-12 10:28:52 +01:00
committed by AdrienLSH
parent d8e767405a
commit 084ada1de1
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();
}