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
@@ -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))