mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
Renamed condition to prevent misuse.
This commit is contained in:
parent
0e81b8fd78
commit
8e1d7c3ffb
20 changed files with 39 additions and 39 deletions
|
|
@ -13,7 +13,7 @@ import mage.watchers.common.CastFromHandWatcher;
|
|||
*
|
||||
* @author Loki
|
||||
*/
|
||||
public enum CastFromHandSourceCondition implements Condition {
|
||||
public enum CastFromHandSourcePermanentCondition implements Condition {
|
||||
|
||||
instance;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue