Skip to content

Commit bf046b1

Browse files
committed
Wow
1 parent 246ed80 commit bf046b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gameserver/command/FindGameServer/find-game-server.handler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class FindGameServerHandler
6767
case MatchmakingMode.RANKED:
6868
return Dota_GameMode.RANKED_AP;
6969
case MatchmakingMode.UNRANKED:
70-
return Dota_GameMode.ALLPICK;
70+
return Dota_GameMode.RANKED_AP;
7171
case MatchmakingMode.SOLOMID:
7272
return Dota_GameMode.SOLOMID;
7373
case MatchmakingMode.DIRETIDE:

0 commit comments

Comments
 (0)