1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

update mapname from status query

This commit is contained in:
RaidMax
2019-11-18 14:02:35 -06:00
parent 564c1524e3
commit 89b690938a
7 changed files with 54 additions and 14 deletions

View File

@ -718,7 +718,7 @@ namespace SharedLibraryCore
return await server.RconParser.ExecuteCommandAsync(server.RemoteConnection, commandName);
}
public static Task<List<EFClient>> GetStatusAsync(this Server server)
public static Task<(List<EFClient>, string)> GetStatusAsync(this Server server)
{
return server.RconParser.GetStatusAsync(server.RemoteConnection);
}