Ver código fonte

chore: linter warning fix

tags/v0.11.0
Shaun 2 anos atrás
pai
commit
cf4bd0cdd6
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/server/security/connections.js

+ 1
- 1
src/server/security/connections.js Ver arquivo

@@ -12,7 +12,7 @@ module.exports = {
playing: 0,

onHandshake: function (socket) {
if (this.players.some(p => p.socket.id === socket.id))
if (this.players.some(f => f.socket.id === socket.id))
return;

const p = objects.build();


Carregando…
Cancelar
Salvar