Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a special handling for fs_manifest rule
Some servers return fs_manifest key-value pair, which has it's value split by newline, followed by a space. qstat breaks on such servers (at least, it can't fetch the rules and players, because it treats newline as beginning of player data, an unexpected data causes qstat to break with error). Following patch makes special handling for fs_manifest key, that doesn't treat newline as a separator, while keeping all other parsing intact. Signed-off-by: Vitaly Ostrosablin <tmp6154@yandex.ru>
- Loading branch information