Skip to content

Commit

Permalink
fix: daily reward
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Nobbelin committed Sep 14, 2023
1 parent eb20f26 commit cb053f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/modules/scripts/daily_reward/daily_reward.lua
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ function Player.selectDailyReward(self, msg)

-- Adding items to store inbox
local inbox = self:getSlotItem(CONST_SLOT_STORE_INBOX)
if inbox then
if not inbox then
self:sendError("You do not have enough space in your store inbox.")
return false
end
Expand Down

0 comments on commit cb053f8

Please sign in to comment.