Просмотр исходного кода

disable reveal confirmation for lucky

Maxim Sokhatsky 11 лет назад
Родитель
Сommit
7b21e6926f
1 измененных файлов с 1 добавлено и 1 удалено
  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},