Browse Source

chore: fixed merge issue

tags/v0.10.6.6
Shaun 2 years ago
parent
commit
a76856c809
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      src/server/security/connections.js

+ 0
- 4
src/server/security/connections.js View File

@@ -69,10 +69,6 @@ module.exports = {
routeGlobal.call(this, msg);
},

routeGlobal: function (msg) {
global[msg.module][msg.method](msg);
},

unzone: function (msg) {
let socket = msg.socket;
let player = this.players.find(p => p.socket.id === socket.id);


Loading…
Cancel
Save