diff --git a/game/scripts/utility/console.rpy b/game/scripts/utility/console.rpy index 2107604c..176a124a 100644 --- a/game/scripts/utility/console.rpy +++ b/game/scripts/utility/console.rpy @@ -409,7 +409,7 @@ init python in _console: widget = renpy.get_widget("console", "consolevp") widget.yadjustment._value = 9999999 console.run([content]) - console.newer() + console.reset() renpy.display.render.redraw(self, 0) renpy.restart_interaction()