Add warning about segments not appearing

This commit is contained in:
Ajay
2022-07-22 21:06:21 -04:00
parent 597b26ba7c
commit 2983bdb616

View File

@@ -277,7 +277,7 @@ async function checkEachSegmentValid(rawIP: IPAddress, paramUserID: UserID, user
pass: false,
errorCode: 403,
errorMessage:
`Users have voted that new segments aren't needed for the following category: ` +
`NOTE: THERE IS A BUG RIGHT NOW CAUSING SEGMENTS NOT TO APPEAR, try refreshing. Users have voted that new segments aren't needed for the following category: ` +
`'${segments[i].category}'\n` +
`${lockedCategoryList[lockIndex].reason?.length !== 0 ? `\nReason: '${lockedCategoryList[lockIndex].reason}'` : ""}\n` +
`${(segments[i].category === "sponsor" ? "\nMaybe the segment you are submitting is a different category that you have not enabled and is not a sponsor. " +