Skip to content

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

@github-actions

Description

@github-actions

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
}
},

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions