mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
ESTHETIC: Missing space in comments
#The time factor => # The time factor
This commit is contained in:
parent
7aaf1ff857
commit
110af6e5cb
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ BASE_BATCHPROCESS_PATHS = ['game.gamesrc.world', 'contrib']
|
|||
# determine the current in-game time. You can of course interpret
|
||||
# "week", "month" etc as your own in-game time units as desired.
|
||||
|
||||
#The time factor dictates if the game world runs faster (timefactor>1)
|
||||
# The time factor dictates if the game world runs faster (timefactor>1)
|
||||
# or slower (timefactor<1) than the real world.
|
||||
TIME_FACTOR = 2.0
|
||||
# These measures might or might not make sense to your game world.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue