Updated sv_password wrong references
This commit is contained in:
@@ -49,7 +49,7 @@ docker run -it --rm -d --name hl-server -p27015:27015 -p27015:27015/udp
|
|||||||
|
|
||||||
You can add extra parameters when starting the image
|
You can add extra parameters when starting the image
|
||||||
```bash
|
```bash
|
||||||
docker run -it --rm --name hl-server -p27015:27015 -p27015:27015/udp hl-server +map crossfire +maxplayers 16 +password 1 +vs_password "password"
|
docker run -it --rm --name hl-server -p27015:27015 -p27015:27015/udp hl-server +map crossfire +maxplayers 16 +password 1 +sv_password "password"
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note:** Any [server config command](http://sr-team.clan.su/K_stat/hlcommandsfull.html)
|
> **Note:** Any [server config command](http://sr-team.clan.su/K_stat/hlcommandsfull.html)
|
||||||
|
|||||||
@@ -16,4 +16,4 @@ echo "########################################################################"
|
|||||||
|
|
||||||
// // password
|
// // password
|
||||||
// password 1
|
// password 1
|
||||||
// vs_password YOURPASSWORD
|
// sv_password YOURPASSWORD
|
||||||
|
|||||||
@@ -48,4 +48,4 @@ exec banned.cfg
|
|||||||
|
|
||||||
// password
|
// password
|
||||||
// password 1
|
// password 1
|
||||||
// vs_password YOURPASSWORD
|
// sv_password YOURPASSWORD
|
||||||
|
|||||||
Reference in New Issue
Block a user