* Added checks in all the methods that wait for human response to prevent endless loops if the method is called from a the get playable actions.

This commit is contained in:
LevelX2 2019-12-27 23:28:53 +01:00
parent 1f82e7a4ae
commit cadae9ee92
2 changed files with 86 additions and 14 deletions

View file

@ -1,4 +1,3 @@
package mage.game.events;
import java.io.Serializable;