This commit is contained in:
hahwu 2025-07-01 16:50:40 +08:00
parent c2f8b7d9e4
commit b59093dfbb

View File

@ -216,6 +216,9 @@ func handle(p *Player, m *msg.Msg) error {
IsChip = val
}
}
if Items == nil || len(Items) == 0 {
return nil
}
if IsChip {
PlayroomMod.AddChip(m.From, m.SendT)
}