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