add changepw

todo: cmd nicht in der konsole loggen @hydrant
This commit is contained in:
Luke
2021-07-03 00:11:01 +02:00
parent a35cae8bd2
commit fbf7aaedb4
4 changed files with 49 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ namespace ReallifeGamemode.Server.Util
{ "Prelex", "zigaretten (Makkaroni)" }
};
public static int requiredPasswordLength = 6;
public static int newbiePlayedMinutesThreshold = 30 * 60;
public static DateTime CountdownUntil { get; internal set; }