diff --git a/LiteLoader/include/llapi/mc/SetDisplayObjectivePacket.hpp b/LiteLoader/include/llapi/mc/SetDisplayObjectivePacket.hpp index e167551..43b4c96 100644 --- a/LiteLoader/include/llapi/mc/SetDisplayObjectivePacket.hpp +++ b/LiteLoader/include/llapi/mc/SetDisplayObjectivePacket.hpp @@ -11,7 +11,12 @@ class SetDisplayObjectivePacket : public Packet { #define AFTER_EXTRA - +public: + std::string mDisplaySlotName; + std::string mObjectiveName; + std::string mObjectiveDisplayName; + std::string mCriteriaName; + ObjectiveSortOrder mSortOrder; #undef AFTER_EXTRA #ifndef DISABLE_CONSTRUCTOR_PREVENTION_SETDISPLAYOBJECTIVEPACKET public: