mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
fix T7 extra null bytes in status response
fix regression bug with info response on T6
This commit is contained in:
@ -219,7 +219,7 @@ namespace IW4MAdmin.Application.RCon
|
||||
|
||||
else
|
||||
{
|
||||
splitStatusStrings.Add(responseString.Replace(config.CommandPrefixes.RConResponse, ""));
|
||||
splitStatusStrings.Add(responseString.Replace(config.CommandPrefixes.RConResponse, "").TrimEnd('\0'));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user