From a2afe0dc151e385dfd11f3abec74477f73c283aa Mon Sep 17 00:00:00 2001 From: Maksym <63466741+TOR968@users.noreply.github.com> Date: Sun, 12 Oct 2025 00:59:56 +0000 Subject: [PATCH 1/2] Add cswatchin-extention submodule --- .gitmodules | 3 +++ plugins/cswatchin-extention | 1 + 2 files changed, 4 insertions(+) create mode 160000 plugins/cswatchin-extention diff --git a/.gitmodules b/.gitmodules index e31e9e6..ac9090c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule "plugins/valve-internal-enabler"] path = plugins/valve-internal-enabler url = https://github.com/veygax/valve-internal-enabler +[submodule "plugins/cswatchin-extention"] + path = plugins/cswatchin-extention + url = https://github.com/TOR968/cswatchin-extention diff --git a/plugins/cswatchin-extention b/plugins/cswatchin-extention new file mode 160000 index 0000000..de27ded --- /dev/null +++ b/plugins/cswatchin-extention @@ -0,0 +1 @@ +Subproject commit de27ded6d35ab50e20f392ba58b04ed356ae33b0 From 5ef1c2120dc3245596304284246b7118bb6e9fb6 Mon Sep 17 00:00:00 2001 From: Maksym <63466741+TOR968@users.noreply.github.com> Date: Sun, 12 Oct 2025 14:37:53 +0000 Subject: [PATCH 2/2] correct spelling of cswatchin-extension in .gitmodules --- .gitmodules | 6 +++--- plugins/{cswatchin-extention => cswatchin-extension} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename plugins/{cswatchin-extention => cswatchin-extension} (100%) diff --git a/.gitmodules b/.gitmodules index ac9090c..d46280a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,6 +58,6 @@ [submodule "plugins/valve-internal-enabler"] path = plugins/valve-internal-enabler url = https://github.com/veygax/valve-internal-enabler -[submodule "plugins/cswatchin-extention"] - path = plugins/cswatchin-extention - url = https://github.com/TOR968/cswatchin-extention +[submodule "plugins/cswatchin-extension"] + path = plugins/cswatchin-extension + url = https://github.com/TOR968/cswatchin-extension diff --git a/plugins/cswatchin-extention b/plugins/cswatchin-extension similarity index 100% rename from plugins/cswatchin-extention rename to plugins/cswatchin-extension