Fix gulag & tweak ratio (#36)

* - tweak: Tweak gulag ratio

* - fix: Fix gulag.
This commit is contained in:
Aviu00
2024-02-08 18:43:17 +09:00
committed by GitHub
parent 84c371a2a3
commit 337034d734
6 changed files with 60 additions and 3 deletions

View File

@@ -30,6 +30,9 @@ public interface IBanManager
public HashSet<string>? GetJobBans(NetUserId playerUserId);
public HashSet<ServerBanDef> GetServerBans(NetUserId userId); // Miracle edit
public void RemoveCachedServerBan(NetUserId userId, int? id); // Miracle edit
public void AddCachedServerBan(ServerBanDef banDef); // Miracle edit
/// <summary>
/// Creates a job ban for the specified target, username or GUID