From f40bc89297985d0fa33f9f11f8778921c5e3ab50 Mon Sep 17 00:00:00 2001 From: MinaciousGrace Date: Sun, 18 Dec 2016 03:39:26 -0500 Subject: [PATCH] this is a thing --- Themes/Til Death/BGAnimations/_PlayerInfo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/Til Death/BGAnimations/_PlayerInfo.lua b/Themes/Til Death/BGAnimations/_PlayerInfo.lua index b5f7e6967e..3e1cb2eed7 100644 --- a/Themes/Til Death/BGAnimations/_PlayerInfo.lua +++ b/Themes/Til Death/BGAnimations/_PlayerInfo.lua @@ -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"),