diff --git a/Themes/Til Death/BGAnimations/ScreenNetRoom decorations/roomsearch.lua b/Themes/Til Death/BGAnimations/ScreenNetRoom decorations/roomsearch.lua index 0821d1e215..fb5fea2926 100644 --- a/Themes/Til Death/BGAnimations/ScreenNetRoom decorations/roomsearch.lua +++ b/Themes/Til Death/BGAnimations/ScreenNetRoom decorations/roomsearch.lua @@ -152,7 +152,6 @@ local t = SCREENMAN:GetTopScreen():AddInputCallback(searchInput) self:finishtweening() if NSMAN:IsETTP() then - ms.ok("Song search activated") self:visible(true) active = true whee:Move(0) @@ -166,7 +165,6 @@ local t = SetCommand = function(self) self:finishtweening() if getTabIndex() == (NSMAN:IsETTP() and 0 or 1) then - ms.ok("Song search activated") MESSAGEMAN:Broadcast("BeginningSearch") self:visible(true) active = true diff --git a/Themes/Til Death/BGAnimations/ScreenNetSelectMusic decorations/default.lua b/Themes/Til Death/BGAnimations/ScreenNetSelectMusic decorations/default.lua index 5386ad53cb..59bee441e2 100644 --- a/Themes/Til Death/BGAnimations/ScreenNetSelectMusic decorations/default.lua +++ b/Themes/Til Death/BGAnimations/ScreenNetSelectMusic decorations/default.lua @@ -3,7 +3,6 @@ if NSMAN:IsETTP() then t[#t + 1] = Def.ActorFrame { LeftClickMessageCommand = function() - SCREENMAN:SystemMessage("asdasdasd") MESSAGEMAN:Broadcast("MouseLeftClick") end }