Make server name learning opt-in to avoid lagging the game server
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <[email protected]>
This commit is contained in:
@@ -44,5 +44,9 @@ max_history = 10
|
||||
[behavior]
|
||||
# Seconds to confirm quit (press Ctrl-C twice within this window)
|
||||
quit_timeout = 3.0
|
||||
# Learn extra cvar/command names for autocomplete from the server.
|
||||
# Sends cvarlist + cmdlist on connect: a large burst of messages that can
|
||||
# lag the game server. Off by default; the built-in names always work.
|
||||
learn_names = false
|
||||
# Seconds before players respawn after death
|
||||
respawn_delay = 3.0
|
||||
|
||||
Reference in New Issue
Block a user