Skip to content

Commit

Permalink
update github urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jvnipers committed Oct 19, 2024
1 parent 85e8078 commit 7808845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The plugin unlocks all dev only and hidden convars and commands.
### Instructions

```bash
git clone https://github.com/jvnipers/CS2UnlockCvars/ && cd CS2UnlockCvars
git clone https://github.com/FemboyKZ/CS2UnlockCvars/ && cd CS2UnlockCvars
git submodule update --init --recursive

export MMSOURCE112=/path/to/metamod/
Expand Down
2 changes: 1 addition & 1 deletion src/cs2uc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ const char *CS2UC::GetName()

const char *CS2UC::GetURL()
{
return "https://github.com/jvnipers/CS2UnlockCvars";
return "https://github.com/FemboyKZ/CS2UnlockCvars";
}

0 comments on commit 7808845

Please sign in to comment.