mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Updated HTML docs
This commit is contained in:
parent
e559429514
commit
7bc41338de
50 changed files with 154 additions and 154 deletions
|
|
@ -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 = "evennia.contrib.base_systems.menu_login.UnloggedinCmdSet"
|
||||
CONNECTION_SCREEN_MODULE = "contrib.base_systems.menu_login.connection_screens"
|
||||
CONNECTION_SCREEN_MODULE = "evennia.contrib.base_systems.menu_login.connection_screens"
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>Reload the server and reconnect to see the changes.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue