Skip to content

Commit

Permalink
turns out we didnt need that one, but we do need this one
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 29, 2018
1 parent 1b10cb3 commit eb51304
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion Themes/Til Death/BGAnimations/ScreenNetRoom underlay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ t[#t + 1] =
)
end,
BeginCommand= function(self)
MESSAGEMAN:Broadcast("AddMPChatInput")
SCREENMAN:GetTopScreen():AddInputCallback(MPinput)
end
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
local t = LoadActor("ScreenSelectMusic decorations/default")
t[#t + 1] =
Def.ActorFrame {
BeginCommand = function(self)
SCREENMAN:GetTopScreen():AddInputCallback(MPinput)
end
}

return t

0 comments on commit eb51304

Please sign in to comment.