anti-snipe configuration #79


  • Defect
  • Accepted
Open
Assigned to _ForgeUser7543267
  • _ForgeUser7543267 created this issue Mar 23, 2015
    Author

    Version 3.0.4 (probably whole 3 line):
    anti-snipe-prevention-seconds value is used where anti-snipe-extension-seconds should be.

  • _ForgeUser7543267 added the tags Accepted Defect Mar 23, 2015
  • _ForgeUser7168781 posted a comment Jan 6, 2016

    Correct.

    It's kind of annoying. I even found the fix for it, someone just needs to change it and upload it.

    In auction.java around line 520: if ((!this.sealed) && (AuctionConfig.getBoolean("anti-snipe", this.scope)) && (getRemainingTime() <= AuctionConfig.getInt("anti-snipe-prevention-seconds", this.scope))) { addToRemainingTime(AuctionConfig.getInt("anti-snipe-prevention-seconds", this.scope));

    Bold should be changed to anti-snipe-extension-seconds


To post a comment, please login or register a new account.