mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-09 23:00:57 -05:00
grab gametype from status for T7
This commit is contained in:
@ -786,7 +786,7 @@ namespace SharedLibraryCore
|
||||
return await server.RconParser.ExecuteCommandAsync(server.RemoteConnection, commandName);
|
||||
}
|
||||
|
||||
public static Task<(List<EFClient>, string)> GetStatusAsync(this Server server)
|
||||
public static Task<(List<EFClient>, string, string)> GetStatusAsync(this Server server)
|
||||
{
|
||||
return server.RconParser.GetStatusAsync(server.RemoteConnection);
|
||||
}
|
||||
|
Reference in New Issue
Block a user