Some tweaks to docs and dummy default setting

This commit is contained in:
Griatch 2021-06-02 22:57:51 +02:00
parent 9641f7c260
commit 7f03cce447
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ You can now just do
And even remove the default one if they don't want to use it
channel/unalias public
public Hello
public Hello (gives a command-not-found error now)
But you can also use your alias with the `channel` command:

View file

@ -283,7 +283,7 @@ elif PROFILE == 'normal_player':
(0.29, c_looks),
(0.2, c_help),
(0.3, c_moves),
(0.2, c_socialize),
(0.05, c_socialize),
(0.1, c_measure_lag)
)
elif PROFILE == 'normal_builder':