mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-13 22:01:04 -04:00
Deprecate isFreeTrialAccount
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user