Skip to content

Commit

Permalink
feat: general fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolfx committed Feb 22, 2023
1 parent f4335a9 commit 6d93de2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Compile and release
on:
push:
branches: main
paths:
- 'scripting/**'

jobs:
build:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Added

Initial push

### Fixed

None

### Removed

None
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6d93de2

Please sign in to comment.