aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/game
diff options
context:
space:
mode:
Diffstat (limited to 'Lua/game')
-rw-r--r--Lua/game/plugins/5000points.usdx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lua/game/plugins/5000points.usdx b/Lua/game/plugins/5000points.usdx
index d4b8deb4..7ebd23b4 100644
--- a/Lua/game/plugins/5000points.usdx
+++ b/Lua/game/plugins/5000points.usdx
@@ -31,6 +31,7 @@ function Sing()
end
function Calculate_Winner()
+ Scores = Scores or ScreenSing.GetScores();
local Ranking = {};
for i = 1, #Scores do
if Scores[i] >= 5000 then