Comment in mage.target.Target was backwards. Fixed.

This commit is contained in:
Duncan Townsend 2015-01-24 19:45:04 -05:00
parent feb35dda81
commit 080790cf25
No known key found for this signature in database
GPG key ID: C00ECDF315F7A593

View file

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