Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarPlayer.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-06-17 20:31:40 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-06-17 20:31:40 +1000
commit39a6e900a4e5d000b975bfd2f24846489eb1aa82 (patch)
tree652aa5522bef39b85e961a0ea843c238b8787be6 /source/game/StarPlayer.hpp
parentf7d2303fe0b6ca1198c23af7b8e1c809d803d142 (diff)
Inspecting now logs to the chat
TODO: make configurable!
Diffstat (limited to 'source/game/StarPlayer.hpp')
-rw-r--r--source/game/StarPlayer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarPlayer.hpp b/source/game/StarPlayer.hpp
index fb32005..d6750a5 100644
--- a/source/game/StarPlayer.hpp
+++ b/source/game/StarPlayer.hpp
@@ -381,7 +381,7 @@ public:
void queueUIMessage(String const& message) override;
void queueItemPickupMessage(ItemPtr const& item);
- void addChatMessage(String const& message);
+ void addChatMessage(String const& message, Json const& config = {});
void addEmote(HumanoidEmote const& emote, Maybe<float> emoteCooldown = {});
pair<HumanoidEmote, float> currentEmote() const;