for (var key in lobbyChats) {
      if (
        lobbyChats[key].id == data.id &&
        lobbyChats[key].removePass === data.removePass
      ) {