Sfoglia il codice sorgente

chore: fixed merge issue

tags/v0.10.6.6
Shaun 2 anni fa
parent
commit
a76856c809
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. +0
    -4
      src/server/security/connections.js

+ 0
- 4
src/server/security/connections.js Vedi 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);


Caricamento…
Annulla
Salva