From 224ad2c2c07311475875d1d243354f8647112b45 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sat, 29 Jul 2023 02:12:03 +1000 Subject: Reset script panes on character swap --- source/frontend/StarScriptPane.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/frontend/StarScriptPane.cpp') diff --git a/source/frontend/StarScriptPane.cpp b/source/frontend/StarScriptPane.cpp index 2cd74a5..2105680 100644 --- a/source/frontend/StarScriptPane.cpp +++ b/source/frontend/StarScriptPane.cpp @@ -88,4 +88,8 @@ bool ScriptPane::openWithInventory() const { return m_config.getBool("openWithInventory", false); } +EntityId ScriptPane::sourceEntityId() const { + return m_sourceEntityId; +} + } -- cgit v1.2.3