Some tweaks to docs and dummy default setting

This commit is contained in:
Griatch 2021-06-02 22:57:51 +02:00
parent 514cb1b9af
commit 54a10d612c
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 And even remove the default one if they don't want to use it
channel/unalias public 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: 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.29, c_looks),
(0.2, c_help), (0.2, c_help),
(0.3, c_moves), (0.3, c_moves),
(0.2, c_socialize), (0.05, c_socialize),
(0.1, c_measure_lag) (0.1, c_measure_lag)
) )
elif PROFILE == 'normal_builder': elif PROFILE == 'normal_builder':