Skip to content

Commit

Permalink
dont need to use playcommand here
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 29, 2018
1 parent bbe157f commit 5ec7f71
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@ local function updateLeaderBoardForCurrentChart()
DLMAN:RequestChartLeaderBoardFromOnline(
steps:GetChartKey(),
function(leaderboard)
moped:playcommand("SetFromLeaderboard", leaderboard)
moped:queuecommand("SetFromLeaderboard", leaderboard)
end
)
else
Expand Down

0 comments on commit 5ec7f71

Please sign in to comment.