diff --git a/docs/source/Components/Channels.md b/docs/source/Components/Channels.md index 5998880201..f7463b7bcf 100644 --- a/docs/source/Components/Channels.md +++ b/docs/source/Components/Channels.md @@ -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: diff --git a/evennia/server/profiling/dummyrunner_settings.py b/evennia/server/profiling/dummyrunner_settings.py index 9939c2821a..aff9404ab5 100644 --- a/evennia/server/profiling/dummyrunner_settings.py +++ b/evennia/server/profiling/dummyrunner_settings.py @@ -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':