fix wrong word

This commit is contained in:
2023-11-14 21:30:01 +08:00
parent c5806d47d3
commit 8e110956a4

View File

@@ -204,7 +204,7 @@ function isUserValid(u: OpenLiveLotteryUserInfo, danmu: any) {
if (cmd === 'LIVE_OPEN_PLATFORM_DM' && lotteryOption.value.type != 'danmaku') {
return false
}
if (cmd === 'IVE_OPEN_PLATFORM_SEND_GIFT' && lotteryOption.value.type != 'gift') {
if (cmd === 'LIVE_OPEN_PLATFORM_SEND_GIFT' && lotteryOption.value.type != 'gift') {
return false
}
if (lotteryOption.value.needWearFanMedal) {