Skip to content

Commit

Permalink
WOP: Fix typo in config
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-li-wop committed Nov 29, 2024
1 parent 7d9cb0f commit 656dbc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wop/server-settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ set g_MOTD "^7Visit ^6www.worldofpadman.net ^7for news and files"
set sv_maxClients "12"
// Enable Voice over IP
set sv_VoIP "1"
// Maximum bandwith per player. VoIP needs additional bandwidth.
// Maximum bandwidth per player. VoIP needs additional bandwidth.
// You only need to set this if your server is on a home connection with
// small upstream bandwith, e.g. dial-up.
// small upstream bandwidth, e.g. dial-up.
// A value of 9000 is for 12 sv_maxClients and sv_VoIP 1 while on a 1 Mbps upstream.
set sv_maxRate "9000"

Expand Down

0 comments on commit 656dbc0

Please sign in to comment.