Skip to content

Commit

Permalink
oh no
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterIO02 committed Nov 23, 2021
1 parent 2a7b9c0 commit 1178903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exports.startServer = async () => {

ioClient.on("connect", () => {
console.log("Connected to the o!rdr server!")
ioClient.emit("id", config.id, version, isRendering(), config.usingOsuApi, config.motionBlurCapable, config.uhdCapable)
ioClient.emit("id", config.id, version, config.usingOsuApi, config.motionBlurCapable, config.uhdCapable, isRendering())
})

ioClient.on("disconnect", () => {
Expand Down

0 comments on commit 1178903

Please sign in to comment.