From 8f66715f8f39d53e0a887c2e5ad4ee56193b786d Mon Sep 17 00:00:00 2001 From: Mikusch <25514044+Mikusch@users.noreply.github.com> Date: Sun, 23 Feb 2025 20:35:45 +0100 Subject: [PATCH] Add LoadSoundScript as required extension --- .github/workflows/main.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1233d49..1a3af68 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,7 @@ jobs: ["https://github.com/nosoop/SMExt-SourceScramble"]="addons/sourcemod/scripting/include" ["https://github.com/FortyTwoFortyTwo/VScript"]="addons/sourcemod/scripting/include" ["https://github.com/Scags/SM-Memory"]="pawn/sourcemod/scripting/include" + ["https://github.com/haxtonsale/LoadSoundScript"]="sourcepawn" ["https://github.com/nosoop/SM-TFEconData"]="addons/sourcemod/scripting/include" ["https://github.com/FlaminSarge/tf2attributes"]="addons/sourcemod/scripting/include" ["https://github.com/nosoop/SM-TFUtils"]="addons/sourcemod/scripting/include" diff --git a/README.md b/README.md index afde85d..8aa336e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Players take turns defending Mann Co. while everyone else joins the robot horde * [Source Scramble](https://github.com/nosoop/SMExt-SourceScramble) * [VScript](https://github.com/FortyTwoFortyTwo/VScript) * [SM-Memory](https://github.com/Scags/SM-Memory) +* [LoadSoundScript](https://github.com/haxtonsale/LoadSoundScript) * [TF2 Econ Data](https://github.com/nosoop/SM-TFEconData) * [TF2 Attributes](https://github.com/FlaminSarge/tf2attributes) * [TF2 Utils](https://github.com/nosoop/SM-TFUtils)