コネクト

This commit is contained in:
Spmario233 2021-09-20 19:04:25 +08:00
parent c90084b10a
commit 94afb5113b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
this.room=room;
delete this.status;
room.owner=this;
room.key=game.onlineKey;
room.key=key;
this.sendl('createroom',key);
},
enter:function(key,nickname,avatar){