Browse Source

disable reveal confirmation for lucky

Maxim Sokhatsky 11 years ago
parent
commit
7b21e6926f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/server/src/sup/lucky_sup.erl

+ 1 - 1
apps/server/src/sup/lucky_sup.erl

@@ -26,7 +26,7 @@ init([]) ->
                        {speed, normal},
                        {game_type, standard},
                        {rounds, undefined},
-                       {reveal_confirmation, true},
+                       {reveal_confirmation, false},
                        {next_series_confirmation, no},
                        {pause_mode, normal},
                        {social_actions_enabled, true},