tuanchris 3 месяцев назад
Родитель
Сommit
05fd9879cf
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      modules/core/pattern_manager.py

+ 5 - 0
modules/core/pattern_manager.py

@@ -538,6 +538,11 @@ def get_clear_pattern_file(clear_pattern_mode, path=None, cache_data=None):
             'clear_from_in': './patterns/clear_from_in_mini.thr',
             'clear_sideway': './patterns/clear_sideway_mini.thr'
         },
+        'dune_weaver_mini_pro': {
+            'clear_from_out': './patterns/clear_from_out_mini.thr',
+            'clear_from_in': './patterns/clear_from_in_mini.thr',
+            'clear_sideway': './patterns/clear_sideway_mini.thr'
+        },
         'dune_weaver_pro': {
             'clear_from_out': './patterns/clear_from_out_pro.thr',
             'clear_from_out_Ultra': './patterns/clear_from_out_Ultra.thr',