mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-03 03:15:55 -04:00
Deprecate isFreeTrialAccount
This commit is contained in:
@@ -5705,14 +5705,6 @@ public class utils extends script.base_script
|
||||
int timeCalled = utils.getIntScriptVar(player, toCheckFor);
|
||||
return timeCalled < 1 ? -1 : timeCalled + utils.getIntScriptVar(player, modifiedTime) - getGameTime();
|
||||
}
|
||||
public static boolean isFreeTrial(obj_id player) throws InterruptedException
|
||||
{
|
||||
return isFreeTrialAccount(player);
|
||||
}
|
||||
public static boolean isFreeTrial(obj_id player, obj_id target) throws InterruptedException
|
||||
{
|
||||
return isFreeTrialAccount(player);
|
||||
}
|
||||
public static void notifyObject(obj_id objTarget, String strNotificationName, dictionary dctParams) throws InterruptedException
|
||||
{
|
||||
if (!isIdValid(objTarget))
|
||||
|
||||
Reference in New Issue
Block a user