Party and Match
This commit is contained in:
parent
5a8577d86f
commit
03b4970d77
@ -80,7 +80,7 @@ namespace Components
|
||||
|
||||
case Column::Matchtype:
|
||||
{
|
||||
return ((server->MatchType == 1) ? "L" : "D");
|
||||
return ((server->MatchType == 1) ? "P" : "M");
|
||||
}
|
||||
|
||||
case Column::Hostname:
|
||||
|
Loading…
Reference in New Issue
Block a user