default to 0% round remove socket

pull/5667/head
Thibault Duplessis 2019-11-22 20:06:47 -06:00
parent 469c5c948d
commit 093b27dd13
1 changed files with 2 additions and 2 deletions

View File

@ -151,8 +151,8 @@ final class Env(
import lila.memo.SettingStore.Regex._
lazy val remoteSocketSetting = settingStore[scala.util.matching.Regex](
"roundRemoteSocket2",
default = "[0-9a-u].+".r,
"roundRemoteSocket3",
default = "".r,
text = "Remote socket game ID regex".some
)
def useRemoteSocket(gameId: Game.ID) = remoteSocketSetting.get().matches(gameId)