From c6e5ea06627a6251dc2411d1e4cc879f8fa749f3 Mon Sep 17 00:00:00 2001 From: Ethan Stubbs <37120476+tgpethan@users.noreply.github.com> Date: Wed, 23 Jun 2021 07:22:04 +0100 Subject: [PATCH] back to github because lazy --- .gitignore | 4 ++++ README.md | 3 --- server/util/BitwiseModConverter.js | 3 +++ 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 server/util/BitwiseModConverter.js diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2773975 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules/ +tHMM.ds +server-stats.log +config.json \ No newline at end of file diff --git a/README.md b/README.md index a586a46..9f651ea 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -### This repo has been moved to a personal Gitea instance and can be found here: [Binato](https://git.eusv.ml/holly/Binato) -This repo will stay up as a irregularly updated mirror - # Binato [![CodeFactor](https://www.codefactor.io/repository/github/tgpethan/binato/badge/master)](https://www.codefactor.io/repository/github/tgpethan/binato/overview/master) An implementation of osu!bancho in Javascript diff --git a/server/util/BitwiseModConverter.js b/server/util/BitwiseModConverter.js new file mode 100644 index 0000000..1b48143 --- /dev/null +++ b/server/util/BitwiseModConverter.js @@ -0,0 +1,3 @@ +module.exports = function(bitwiseMods = 0) { + +} \ No newline at end of file