From 54a10d612cf302a34420cdb0f6e1243c66c03941 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 2 Jun 2021 22:57:51 +0200 Subject: [PATCH] Some tweaks to docs and dummy default setting --- docs/source/Components/Channels.md | 2 +- evennia/server/profiling/dummyrunner_settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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':