Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jvnipers committed Jul 19, 2024
1 parent a2cd9d1 commit 9c4caae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/csgokz-lan.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ After a change to CS:GO csgo_legacy in February 2024, you need to use a plugin t

```ansi
cd ".\steamcmd\steamapps\common\Counter-Strike Global Offensive Beta - Dedicated Server\"
scrds -game csgo -tickrate 128 -console -usercon +map de_dust2
srcds -game csgo -tickrate 128 -console -usercon +map de_dust2
```

3. (Optional) Navigate to [Steam GSLT Tokens](https://steamcommunity.com/dev/managegameservers) (log in with steam if you aren't already) and create a new game server account. Set the ID as `730` (not 740) and click create
Expand All @@ -158,7 +158,7 @@ Next copy the token and add it along with `+sv_setsteamaccount` to the `start.ba

```ansi
cd ".\steamcmd\steamapps\common\Counter-Strike Global Offensive Beta - Dedicated Server\"
scrds -game csgo -tickrate 128 -console -usercon +map de_dust2 +sv_setsteamaccount XXX
srcds -game csgo -tickrate 128 -console -usercon +map de_dust2 +sv_setsteamaccount XXX
```

(Replace XXX with your token.)
Expand Down

0 comments on commit 9c4caae

Please sign in to comment.