From bac516aa40a718a460e83889a1030b9d5148f115 Mon Sep 17 00:00:00 2001 From: Alayan-stk-2 Date: Thu, 17 May 2018 17:45:49 +0200 Subject: [PATCH] Update comment --- src/network/protocols/server_lobby.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/network/protocols/server_lobby.cpp b/src/network/protocols/server_lobby.cpp index 368775c1f..ca7b3cd0f 100644 --- a/src/network/protocols/server_lobby.cpp +++ b/src/network/protocols/server_lobby.cpp @@ -927,8 +927,8 @@ float ServerLobby::getModeFactor() } //----------------------------------------------------------------------------- -/** Returns the mode factor, used to make ranking move slower in more random - * modes. +/** Returns the mode spread factor, used so that a similar difference in + * skill will result in a similar ranking difference in more random modes. */ float ServerLobby::getModeSpread() {