From 03b4970d770f0d84196a8b63d6ef1be983bcbf14 Mon Sep 17 00:00:00 2001 From: sr0 Date: Fri, 8 Jan 2016 19:23:11 +0100 Subject: [PATCH] Party and Match --- src/Components/Modules/ServerList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Modules/ServerList.cpp b/src/Components/Modules/ServerList.cpp index 38754af6..2baca7c2 100644 --- a/src/Components/Modules/ServerList.cpp +++ b/src/Components/Modules/ServerList.cpp @@ -80,7 +80,7 @@ namespace Components case Column::Matchtype: { - return ((server->MatchType == 1) ? "L" : "D"); + return ((server->MatchType == 1) ? "P" : "M"); } case Column::Hostname: