Change login-process for Ban-System
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user