add timestamps to log
This commit is contained in:
parent
663305bd23
commit
0ea163dfb7
6 changed files with 43 additions and 14 deletions
|
@ -6,7 +6,7 @@ const Connection = require('./connection.js');
|
|||
|
||||
class GameNet {
|
||||
constructor(server) {
|
||||
this.io = socketio(starbugs.webServer.appServer);
|
||||
this.io = socketio(wingbase.webServer.appServer);
|
||||
this.server = server;
|
||||
|
||||
this.connections = new Map();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue