mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-12 16:18:07 -05:00
Additional zombie stast work
This commit is contained in:
@ -83,6 +83,7 @@ namespace SharedLibraryCore
|
||||
RConConnectionFactory = rconConnectionFactory;
|
||||
ServerLogger = logger;
|
||||
DefaultSettings = serviceProvider.GetRequiredService<DefaultSettings>();
|
||||
PerformanceBucket = ServerConfig.PerformanceBucket;
|
||||
InitializeTokens();
|
||||
InitializeAutoMessages();
|
||||
}
|
||||
@ -163,6 +164,7 @@ namespace SharedLibraryCore
|
||||
public bool IsInitialized { get; set; }
|
||||
public int Port { get; protected set; }
|
||||
public int ListenPort => Port;
|
||||
public string PerformanceBucket { get; init; }
|
||||
public abstract Task Kick(string reason, EFClient target, EFClient origin, EFPenalty originalPenalty);
|
||||
public abstract Task<string[]> ExecuteCommandAsync(string command, CancellationToken token = default);
|
||||
public abstract Task SetDvarAsync(string name, object value, CancellationToken token = default);
|
||||
|
Reference in New Issue
Block a user