summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/azgame.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot/plugins/azgame.rb')
-rw-r--r--data/rbot/plugins/azgame.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/azgame.rb b/data/rbot/plugins/azgame.rb
index ae6dbeb7..ae410e87 100644
--- a/data/rbot/plugins/azgame.rb
+++ b/data/rbot/plugins/azgame.rb
@@ -77,7 +77,7 @@ class AzGame
tries = ret[@winner].last
ret[@winner] = [t, "winner, #{tries}"]
end
- return ret.sort_by { |h| h.last.first }
+ return ret.sort_by { |h| h.last.first }.reverse
end
end