diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0eff1ed..7f5b721 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,6 +3,8 @@ name: Compile and release on: push: branches: main + paths: + - 'scripting/**' jobs: build: diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e89b7a..90d17a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ### Added +Initial push + ### Fixed +None + ### Removed + +None diff --git a/README.md b/README.md index 15c9078..5d5f953 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,5 @@ 1. Grab the latest release from the release page and unzip it in your sourcemod folder. 2. Restart the server or type `sm plugins load autorecord` in the console to load the plugin. -3. The config file will be automatically generated in cfg/sourcemod/ - -## Configuration - -- You can modify the phrases in addons/sourcemod/translations/autorecord.phrases.txt. -- Once the plugin has been loaded, you can modify the cvars in cfg/sourcemod/autorecord.cfg. ## Usage