mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
fix wrong word
This commit is contained in:
@@ -204,7 +204,7 @@ function isUserValid(u: OpenLiveLotteryUserInfo, danmu: any) {
|
|||||||
if (cmd === 'LIVE_OPEN_PLATFORM_DM' && lotteryOption.value.type != 'danmaku') {
|
if (cmd === 'LIVE_OPEN_PLATFORM_DM' && lotteryOption.value.type != 'danmaku') {
|
||||||
return false
|
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
|
return false
|
||||||
}
|
}
|
||||||
if (lotteryOption.value.needWearFanMedal) {
|
if (lotteryOption.value.needWearFanMedal) {
|
||||||
|
|||||||
Reference in New Issue
Block a user