From 24fbfdf35cf6094c90534b437bf1f5efdb3247bc Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 20 Sep 2018 00:01:53 +0200 Subject: [PATCH] Clean actioninfo in menu between nodes --- evennia/prototypes/menus.py | 1 + 1 file changed, 1 insertion(+) diff --git a/evennia/prototypes/menus.py b/evennia/prototypes/menus.py index e18e467e35..45f047b1e0 100644 --- a/evennia/prototypes/menus.py +++ b/evennia/prototypes/menus.py @@ -2380,6 +2380,7 @@ class OLCMenu(EvMenu): olc_keys = ("index", "forward", "back", "previous", "next", "validate prototype", "save prototype", "load prototype", "spawn prototype", "search objects") actioninfo = self.actioninfo + "\n" if hasattr(self, 'actioninfo') else '' + self.actioninfo = '' # important, or this could bleed over to other nodes olc_options = [] other_options = [] for key, desc in optionlist: