diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-25 10:42:15 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-25 10:42:15 +1100 |
commit | a7aa6679397563b144c016ef8712bf438cfa63df (patch) | |
tree | 8c102cbb52ed32a19e6a9005cf1752c9572fdbfd /source/game/StarUniverseClient.hpp | |
parent | 93b78ec8e80b404346ee3b4781f98a4d9342863f (diff) |
Fix callbacks not being updated properly in chat scripts
Diffstat (limited to 'source/game/StarUniverseClient.hpp')
-rw-r--r-- | source/game/StarUniverseClient.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/game/StarUniverseClient.hpp b/source/game/StarUniverseClient.hpp index b951e25..b770b07 100644 --- a/source/game/StarUniverseClient.hpp +++ b/source/game/StarUniverseClient.hpp @@ -87,7 +87,8 @@ public: uint16_t maxPlayers(); void setLuaCallbacks(String const& groupName, LuaCallbacks const& callbacks); - void startLua(); + void restartLua(); + void startLuaScripts(); void stopLua(); LuaRootPtr luaRoot(); |