mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Comment in mage.target.Target was backwards. Fixed.
This commit is contained in:
parent
feb35dda81
commit
080790cf25
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public interface Target extends Serializable {
|
|||
|
||||
/**
|
||||
* controlls if it will be checked, if the target can be targeted from source
|
||||
* @param notTarget true = check for protection, false = do not check for protection
|
||||
* @param notTarget true = do not check for protection, false = check for protection
|
||||
*/
|
||||
void setNotTarget(boolean notTarget);
|
||||
|
||||
|
|
Loading…
Reference in a new issue