back to github because lazy
This commit is contained in:
parent
efffd03bcb
commit
c6e5ea0662
3 changed files with 7 additions and 3 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
node_modules/
|
||||
tHMM.ds
|
||||
server-stats.log
|
||||
config.json
|
|
@ -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
|
||||
|
||||
|
|
3
server/util/BitwiseModConverter.js
Normal file
3
server/util/BitwiseModConverter.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = function(bitwiseMods = 0) {
|
||||
|
||||
}
|
Loading…
Reference in a new issue