Skip to content

Commit

Permalink
only play sounds for toasties
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 1, 2019
1 parent e5a68e9 commit 0f2da81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ local function assetBox(i)

end,
CursorMovedMessageCommand = function(self, params)
if params.index == i then
if params.index == i and curType == 1 then
self:play()
end
end
Expand Down

0 comments on commit 0f2da81

Please sign in to comment.