From 5ec7f71d355d43f02afb9afea119f78162a4e98e Mon Sep 17 00:00:00 2001 From: "born a rick, raised a morty, died a jerry" Date: Thu, 29 Nov 2018 12:28:11 -0500 Subject: [PATCH] dont need to use playcommand here --- .../BGAnimations/ScreenSelectMusic decorations/score.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/score.lua b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/score.lua index ebce33fc9b..3b83e440a0 100644 --- a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/score.lua +++ b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/score.lua @@ -71,7 +71,7 @@ local function updateLeaderBoardForCurrentChart() DLMAN:RequestChartLeaderBoardFromOnline( steps:GetChartKey(), function(leaderboard) - moped:playcommand("SetFromLeaderboard", leaderboard) + moped:queuecommand("SetFromLeaderboard", leaderboard) end ) else