mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-09-27 20:17:04 +02:00
fix warnings
This commit is contained in:
parent
c586dd700c
commit
3508d429ee
2 changed files with 2 additions and 2 deletions
|
|
@ -236,7 +236,7 @@ internal class CacheManager: IDisposable
|
|||
RebuildIndexes();
|
||||
_lastUpdateTime = DateTime.Now.AddSeconds(-1);
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
// ignored
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,5 +14,5 @@ public record BanRecord
|
|||
public string? PlayerIp { get; set; }
|
||||
|
||||
[Column("status")]
|
||||
public string Status { get; set; }
|
||||
public string? Status { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue