hehe blue coin
This commit is contained in:
parent
35acf02d1d
commit
512b556f9c
2 changed files with 1 additions and 1 deletions
BIN
assets/bluecoin.png
Normal file
BIN
assets/bluecoin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7 KiB |
2
index.js
2
index.js
|
@ -234,7 +234,7 @@ app.get("/", function(req, res) {
|
|||
.replace(/Geometry Dash Browser!/g, req.server.name + " Browser!")
|
||||
.replace("/assets/gdlogo", `/assets/gdps/${req.id}_logo`)
|
||||
.replace("coin.png\" itemprop", `gdps/${req.id}_icon.png" itemprop`)
|
||||
.replace(/coin\.png/g, 'silvercoin.png')
|
||||
.replace(/coin\.png/g, `${req.server.onePointNine ? "blue" : "silver"}coin.png`)
|
||||
gdpsHide.forEach(x => { html = html.replace(`menu-${x}`, 'changeDaWorld') })
|
||||
}
|
||||
if (req.onePointNine) onePointNineDisabled.forEach(x => { html = html.replace(`menu-${x}`, 'menuDisabled') })
|
||||
|
|
Loading…
Reference in a new issue