Updated HTML docs

This commit is contained in:
Evennia docbuilder action 2022-11-09 18:09:24 +00:00
parent e559429514
commit 7bc41338de
50 changed files with 154 additions and 154 deletions

View file

@ -113,7 +113,7 @@ menu system <code class="docutils literal notranslate"><span class="pre">EvMenu<
<h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline"></a></h2>
<p>To install, add this to <code class="docutils literal notranslate"><span class="pre">mygame/server/conf/settings.py</span></code>:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>CMDSET_UNLOGGEDIN = &quot;evennia.contrib.base_systems.menu_login.UnloggedinCmdSet&quot;
CONNECTION_SCREEN_MODULE = &quot;contrib.base_systems.menu_login.connection_screens&quot;
CONNECTION_SCREEN_MODULE = &quot;evennia.contrib.base_systems.menu_login.connection_screens&quot;
</pre></div>
</div>
<p>Reload the server and reconnect to see the changes.</p>