fixed double action bug
This commit is contained in:
@@ -348,7 +348,7 @@ class Field:
|
||||
if len(full_dic[key]) >= self.current_strategy:
|
||||
self.print_move(full_dic[key])
|
||||
self.execute_move(full_dic[key])
|
||||
break
|
||||
return
|
||||
if len(reserve_moves) >= 1:
|
||||
for key in sorted(res_dic):
|
||||
self.print_move(res_dic[key])
|
||||
|
||||
Reference in New Issue
Block a user