Change login-process for Ban-System

This commit is contained in:
VegaZ
2018-09-26 20:00:13 +02:00
parent 3c5ecdd8e4
commit b5bdb6f123
5 changed files with 75 additions and 27 deletions

View File

@@ -25,8 +25,8 @@ namespace reallife_gamemode.Server.Entities
public string Reason { get; set; }
public string BannedBy { get; set; }
[Timestamp]
public byte[] Applied { get; set; }
public byte[] UntilDateTime { get; set; }
public int Applied { get; set; }
public int UntilDateTime { get; set; }
}
}