You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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
awaitmodels.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
}
},
The text was updated successfully, but these errors were encountered:
Line: 139
trakr.app//server/controllers/dataController.js
Lines 136 to 146 in 7b87886
The text was updated successfully, but these errors were encountered: