Party and Match

This commit is contained in:
sr0 2016-01-08 19:23:11 +01:00
parent 5a8577d86f
commit 03b4970d77

View File

@ -80,7 +80,7 @@ namespace Components
case Column::Matchtype:
{
return ((server->MatchType == 1) ? "L" : "D");
return ((server->MatchType == 1) ? "P" : "M");
}
case Column::Hostname: