Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get this data over its client so we can first only take clients with visibility 0 and then we can do checks on all of these #26

Open
github-actions bot opened this issue Feb 1, 2022 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented Feb 1, 2022

Line: 139

return
}
// TODO: Get this data over its client so we can first only take clients with visibility 0 and then we can do checks on all of these
await models.position.findAll({
where: {
gameId,
normSuspensionTravelSum: { // dont display flying data on frontend helps with point from ppl teleporting even tho they shouldn't? can be undone when soft banning is on
[Op.gt]: process.env.MAXSUSPENSION || 0.4 // basically how much we remove points with low suspenstiontravelsum
}
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants