diff --git a/Themes/Til Death/BGAnimations/ScreenNetSelectMusic decorations/tabs.lua b/Themes/Til Death/BGAnimations/ScreenNetSelectMusic decorations/tabs.lua index 1384c65a16..18d886ad17 100644 --- a/Themes/Til Death/BGAnimations/ScreenNetSelectMusic decorations/tabs.lua +++ b/Themes/Til Death/BGAnimations/ScreenNetSelectMusic decorations/tabs.lua @@ -11,6 +11,8 @@ local function input(event) end if event.DeviceInput.button == "DeviceButton_left mouse button" then MESSAGEMAN:Broadcast("MouseLeftClick") + elseif event.DeviceInput.button == "DeviceButton_right mouse button" then + MESSAGEMAN:Broadcast("MouseRightClick") end end if event.DeviceInput.button == "DeviceButton_left ctrl" then @@ -110,4 +112,4 @@ for i=1,#tabNames do t[#t+1] =tabs(i) end; -return t \ No newline at end of file +return t