Skip to content

Commit

Permalink
fix(cfg): remove semicolon from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
t0r3tto authored Dec 19, 2024
1 parent 1ad30f1 commit 48bb81d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ exec permissions.cfg
# Type: string
# set sv_master1 "" # Uncomment to mark the server as private

# Variance is how likely the user's id will change for a given provider (i.e. 'steam', 'ip', or 'license'). As an integer from 1-5 (default 5); from least to most likely to change.
# Variance is how likely the user's id will change for a given provider (i.e. 'steam', 'ip', or 'license'). As an integer from 1-5 (default 5), from least to most likely to change.
# Default: 5
# Type: int
set sv_authMaxVariance 5

# Trust is how unlikely it is for the user's identity to be spoofed by a malicious client. As an integer from 1-5 (default 1); from least to most trustworthy.
# Trust is how unlikely it is for the user's identity to be spoofed by a malicious client. As an integer from 1-5 (default 1), from least to most trustworthy.
# (5 being a method such as external three-way authentication).
# Default: 1
# Type: int
Expand Down
2 changes: 1 addition & 1 deletion voice.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ setr voice_defaultRadioVolume 60
# Type: integer
setr voice_defaultCallVolume 80

# Default proximity voice value when player joins server. (Voice Modes; 1:Whisper, 2:Normal, 3:Shouting)
# Default proximity voice value when player joins server. (1:Whisper, 2:Normal, 3:Shouting)
# Default: 2
# Type: integer
setr voice_defaultVoiceMode 2
Expand Down

0 comments on commit 48bb81d

Please sign in to comment.