add timestamps to log

This commit is contained in:
Asraelite 2016-03-27 12:01:39 +01:00
parent 663305bd23
commit 0ea163dfb7
6 changed files with 43 additions and 14 deletions

View file

@ -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();