fix: 카드 호버 nil 가드 추가

This commit is contained in:
2026-06-23 21:24:34 +09:00
parent fd00ed12d9
commit 0cf714dca6
2 changed files with 4 additions and 1 deletions

View File

@@ -105,6 +105,9 @@ return out`, [{ Type: 'any', DefaultValue: null, SyncDirection: 0, Attributes: [
method('HoverCard', `if self.DragSlot ~= nil and self.DragSlot > 0 then
return
end
if self.Hand == nil then
return
end
local cardId = self.Hand[slot]
if cardId == nil then
return