Luka967 / OgarII

FOSS implementation of a private Agar.io gameserver, made with Node.js.
Other
66 stars 38 forks source link

Check if players have cells when compiling the leaderboard #52 #53

Open retroscepter opened 4 years ago

retroscepter commented 4 years ago

State is inconsistent, either score isn’t being updated before the leaderboard is compiled, or it’s not reactive at all to ownedCells. Spoke with Luka directly when I encountered this a few months ago, it’s likely a timing bug.

freaky767 commented 4 years ago

I tried this pullrequest + cWS, when trying to join gives me error

[FATAL] TypeError: this.webSocket.removeAllListeners is not a function

retroscepter commented 4 years ago

@freaky767 Just remove that line, it's not needed.

freaky767 commented 3 years ago

using pull request; works!