mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-03 04:23:39 +00:00
Fix mce::UUID::isEmpty
This commit is contained in:
parent
08b1967cc3
commit
85911a26b6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user