Showing with 1 addition and 1 deletion.
  1. +1 −1 lib/godot/net/server.js
@@ -248,7 +248,7 @@ Server.prototype._onTcpSocket = function (socket) {
id = address + ':' + port,
parser = new JsonParser(),
self = this,
reactor;
reactors;

if (!this.hosts[id]) {
this.createReactors(id);