mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Added a warning to @delete command if trying to delete CHARACTER_DEFAULT_HOME (Limbo by default).
This commit is contained in:
parent
4c83d3e7a1
commit
4bd3be334d
2 changed files with 10 additions and 7 deletions
|
|
@ -101,7 +101,7 @@ DEFAULT_NCLIENTS = 1
|
|||
# time between each 'tick', in seconds, if not set on command
|
||||
# line. All launched clients will be called upon to possibly do an
|
||||
# action with this frequency.
|
||||
DEFAULT_TIMESTEP = 2
|
||||
DEFAULT_TIMESTEP = 5
|
||||
# Port to use, if not specified on command line
|
||||
DEFAULT_PORT = settings.TELNET_PORTS[0]
|
||||
# chance of an action happening, per timestep. This helps to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue