Deprecate isFreeTrialAccount

This commit is contained in:
AconiteGodOfSWG
2021-08-15 04:53:12 -04:00
parent 66d6e5e0ba
commit 8a2b1bf0e8
29 changed files with 11 additions and 306 deletions
@@ -21717,9 +21717,8 @@ public class base_class
return _getSubscriptionFeatureBits(getLongWithNull(player));
}
/**
* Find out if this player is from a free trial account
* @param player The player (creature object)
* @return boolean, yes if it is a free trial, false otherwise
* @deprecated
* todo to be removed
*/
private static native boolean _isFreeTrialAccount(long player);
public static boolean isFreeTrialAccount(obj_id player)