ping socket hotfix

This commit is contained in:
Daniel Lugo 2020-10-25 09:16:06 -04:00
parent cf1332cc7f
commit 7a24dbeed2

View file

@ -463,7 +463,6 @@ module.exports = (
if (pingIntervalID !== null) { if (pingIntervalID !== null) {
logger.error('Tried to set ping socket twice') logger.error('Tried to set ping socket twice')
return
} }
socket.emit('shockping') socket.emit('shockping')