diff options
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/game_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/game_controller.rb b/app/controllers/game_controller.rb index 04d743c..c506aa6 100644 --- a/app/controllers/game_controller.rb +++ b/app/controllers/game_controller.rb @@ -308,6 +308,7 @@ class GameController < ApplicationController raise "Invalid award type string (#{award_data[:type]})" end end + @results.push({ type: "br" }) end break end |