mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
added an exec command to sever_autoexec.cfg for
custom configs
This commit is contained in:
parent
9ed66f7adc
commit
66bec0c712
|
@ -195,3 +195,12 @@ sv_client_suggestion_old "Your DDNet client is old, update it on DDNet.tw!"
|
|||
|
||||
# Broadcast to display for players with known botting client
|
||||
sv_client_suggestion_bot "Your client has bots and can be remote controlled!\nPlease use another client like DDNet client from DDNet.tw"
|
||||
|
||||
|
||||
|
||||
# CUSTOM CONFIG
|
||||
# -------------
|
||||
|
||||
# if you do not want updates to overwrite your settings create a
|
||||
# file called myServerconfig.cfg and put your config there
|
||||
exec myServerconfig.cfg
|
||||
|
|
Loading…
Reference in a new issue