Complete FT/FB/SB Deprecation

This commit is contained in:
AconiteX
2021-08-15 05:49:07 -04:00
parent 2394d6210a
commit b21276d9ba
3 changed files with 0 additions and 47 deletions
@@ -21697,33 +21697,6 @@ public class base_class
return _getAccountNumLots(getLongWithNull(player));
}
/**
* @deprecated
* todo to be removed
*/
private static native int _getGameFeatureBits(long player);
public static int getGameFeatureBits(obj_id player)
{
return _getGameFeatureBits(getLongWithNull(player));
}
/**
* @deprecated
* todo to be removed
*/
private static native int _getSubscriptionFeatureBits(long player);
public static int getSubscriptionFeatureBits(obj_id player)
{
return _getSubscriptionFeatureBits(getLongWithNull(player));
}
/**
* @deprecated
* todo to be removed
*/
private static native boolean _isFreeTrialAccount(long player);
public static boolean isFreeTrialAccount(obj_id player)
{
return _isFreeTrialAccount(getLongWithNull(player));
}
/**
* Set this player's station id with the desired completed tutorial boolean
* @param player The player (creature object)