Class RegisterDateMinimizationPatch


public class RegisterDateMinimizationPatch extends Patch
Changes register dates on networks to the smallest number found in the database.

Proxy servers do not store player register date information, so Game servers can hold earlier join date than the first session Plan sees. This patch changes the register date in plan_users if a smaller register date in plan_user_info is found.

  • Constructor Details

    • RegisterDateMinimizationPatch

      public RegisterDateMinimizationPatch()
  • Method Details

    • hasBeenApplied

      public boolean hasBeenApplied()
      Specified by:
      hasBeenApplied in class Patch
    • applyPatch

      protected void applyPatch()
      Specified by:
      applyPatch in class Patch