Class BadAFKThresholdValuePatch


public class BadAFKThresholdValuePatch extends Patch
Patch that resets AFK time of sessions with afk time of length of the session to 0.

This is a bug remedy patch that attempts to turn "bad" afk data to good. In 4.5.2 there was a bug that caused some config setting defaults not being copied, along those AFKThreshold setting, which lead to AFK threshold being read as 0. This in turn lead to full sessions being regarded as having been AFK.

  • Constructor Details

    • BadAFKThresholdValuePatch

      public BadAFKThresholdValuePatch()
  • Method Details

    • hasBeenApplied

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

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