From c923f4f13b1cade968bb6fec585a242b62d35715 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 4 Jul 2023 22:36:27 +1000 Subject: pane lua stuff --- source/frontend/StarScriptPane.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/frontend/StarScriptPane.hpp') diff --git a/source/frontend/StarScriptPane.hpp b/source/frontend/StarScriptPane.hpp index d994b68..229ebbb 100644 --- a/source/frontend/StarScriptPane.hpp +++ b/source/frontend/StarScriptPane.hpp @@ -22,9 +22,8 @@ public: bool openWithInventory() const; -private: LuaCallbacks makePaneCallbacks() override; - +private: UniverseClientPtr m_client; EntityId m_sourceEntityId; }; -- cgit v1.2.3