Recent content by helpa

  1. InactiveDuration? Account.cs

    public static readonly TimeSpan InactiveDuration = TimeSpan.FromDays(180.0); public static readonly TimeSpan EmptyInactiveDuration = TimeSpan.FromDays(30.0); What thore method means? i would like to disable them, dont want any account get deleted due inactivity
  2. How to ''lock'' server so people cant join?

    hello i disable autoacount creation, i would like to ''lock'' the server so is not open to regular players until i fix some stuff. i know there was an option.. just cant figure it out, thankssss
Back