mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46: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') {
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user