diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-06-17 20:31:40 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-06-17 20:31:40 +1000 |
commit | 39a6e900a4e5d000b975bfd2f24846489eb1aa82 (patch) | |
tree | 652aa5522bef39b85e961a0ea843c238b8787be6 /source/game/StarPlayer.hpp | |
parent | f7d2303fe0b6ca1198c23af7b8e1c809d803d142 (diff) |
Inspecting now logs to the chat
TODO: make configurable!
Diffstat (limited to 'source/game/StarPlayer.hpp')
-rw-r--r-- | source/game/StarPlayer.hpp | 2 |
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; |