From bb94f756415381d461eba46b19ac3167ff413b07 Mon Sep 17 00:00:00 2001 From: T6751 <66636084+T6751@users.noreply.github.com> Date: Sun, 14 Feb 2021 23:58:08 +0000 Subject: [PATCH] =?UTF-8?q?Config/Preferences=20Update=20=D0=9C=D0=B5?= =?UTF-8?q?=D1=82=D0=BA=D0=B8=20=D0=BF=D1=80=D0=B8=20=D0=B8=D0=B7=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D0=B8=20=D0=BA=D0=BE=D0=BD=D0=BA?= =?UTF-8?q?=D1=80=D0=B5=D1=82=D0=BD=D1=8B=D1=85=20=D1=84=D0=B0=D0=B9=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20(#6870)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .repoxbot.config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.repoxbot.config.json b/.repoxbot.config.json index fb8f76bd1d32..7405bab2321c 100644 --- a/.repoxbot.config.json +++ b/.repoxbot.config.json @@ -28,6 +28,8 @@ "^diff --git a/tools/.+$": "Tools", "^diff --git a/sound/.+$": "Sound", "^diff --git a/tgui/.+$": "UI", - "^diff --git a/config/.+$": "Config Update" + "^diff --git a/config/.+$": "Config Update", + "^diff --git a/code/controllers/configuration.dm": "Config Update", + "^diff --git a/code/modules/client/preferences_savefile.dm": "Preferences Update" } }