mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Some further removal of recursive loops in the typeclass system.
This commit is contained in:
parent
dc4340b34e
commit
c0b03c2ee3
2 changed files with 45 additions and 45 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 = 5
|
||||
DEFAULT_TIMESTEP = 2
|
||||
# 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