diff --git a/LiteLoader/Header/MC/Types.hpp b/LiteLoader/Header/MC/Types.hpp index 0c4ab63..3d62461 100644 --- a/LiteLoader/Header/MC/Types.hpp +++ b/LiteLoader/Header/MC/Types.hpp @@ -64,7 +64,9 @@ class UUID { public: MCAPI std::string asString() const; MCAPI static UUID fromString(std::string const&); - MCAPI bool isEmpty() const; + inline bool isEmpty() const{ + return a && b; + }; MCAPI static UUID seedFromString(std::string const&); MCAPI static class mce::UUID EMPTY;