fixed double action bug

This commit is contained in:
2022-10-16 01:00:52 +02:00
parent 19926a7973
commit b05cf3ba0f

View File

@@ -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])