fix operation
All checks were successful
Build / build (pull_request) Successful in 1m23s

This commit is contained in:
Sainan 2025-07-03 01:49:13 +02:00
parent ef6e60fd11
commit 1df5153a77

View File

@ -1267,7 +1267,7 @@ export const addStanding = (
if (syndicate.Standing + gainedStanding > max) gainedStanding = max - syndicate.Standing;
if (syndicate.Standing + gainedStanding < -71000) {
gainedStanding = -71000 + syndicate.Standing;
gainedStanding = -71000 - syndicate.Standing;
}
if (!isMedallion || syndicateMeta.medallionsCappedByDailyLimit) {