Renamed condition to prevent misuse.

This commit is contained in:
LevelX2 2020-06-16 10:53:52 +02:00
parent 0e81b8fd78
commit 8e1d7c3ffb
20 changed files with 39 additions and 39 deletions

View file

@ -13,7 +13,7 @@ import mage.watchers.common.CastFromHandWatcher;
*
* @author Loki
*/
public enum CastFromHandSourceCondition implements Condition {
public enum CastFromHandSourcePermanentCondition implements Condition {
instance;