ESTHETIC: Missing space in comments

#The time factor => # The time factor
This commit is contained in:
Tristano Ajmone 2015-03-01 10:36:10 +01:00
parent 7aaf1ff857
commit 110af6e5cb

View file

@ -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.