mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Remove leftover .generate() call from chargen tutorial, as per #3289
This commit is contained in:
parent
42c9d356d7
commit
0e7808c602
1 changed files with 0 additions and 1 deletions
|
|
@ -650,7 +650,6 @@ This is a start point for spinning up the chargen from a command later.
|
|||
|
||||
# this generates all random components of the character
|
||||
tmp_character = TemporaryCharacterSheet()
|
||||
tmp_character.generate()
|
||||
|
||||
EvMenu(caller, menutree, session=session,
|
||||
startnode="node_chargen", # <-----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue