Skip to content

Commit

Permalink
this is a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Dec 18, 2016
1 parent 2be527c commit f40bc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/Til Death/BGAnimations/_PlayerInfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ t[#t+1] = Def.ActorFrame{
InitCommand=cmd(xy,SCREEN_WIDTH-5,AvatarY+7;halign,1;zoom,0.6;diffuse,getMainColor('positive')),
BeginCommand=cmd(queuecommand,"Set"),
SetCommand=function(self)
self:settextf("Songs Loaded: %i", #SONGMAN:GetAllSongs())
self:settextf("Songs Loaded: %i", SONGMAN:GetNumSongs())
end,
PlayerJoinedMessageCommand=cmd(queuecommand,"Set"),
PlayerUnjoinedMessageCommand=cmd(queuecommand,"Set"),
Expand Down

0 comments on commit f40bc89

Please sign in to comment.