Caraxi / SimpleTweaksPlugin

GNU Affero General Public License v3.0
161 stars 140 forks source link

Update and simplify ChatHelper #885

Closed RedworkDE closed 1 week ago

RedworkDE commented 1 week ago

Use functions and types defined in ClientStructs instead of maintaining a version here

Additionally the helper functions were never used independently, so inline them and save a few conversions

At the time of writing this needs a for wait for a ClientStructs fix to make its way into Dalamud for it to compile and work correctly.

This fixes the tweaks that rely on chat commands to function.