mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-04 04:15:52 -04:00
Complete FT/FB/SB Deprecation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user