mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 12:03:39 +00:00
Fix Error in CompoundTag.hpp
This commit is contained in:
parent
bc26dccc70
commit
e5eef86dd1
@ -97,6 +97,7 @@ public:
|
|||||||
auto iter = val.find(key.data());
|
auto iter = val.find(key.data());
|
||||||
if(iter != val.end())
|
if(iter != val.end())
|
||||||
return iter->second.get();
|
return iter->second.get();
|
||||||
|
return nullptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
inline bool isEmpty(){
|
inline bool isEmpty(){
|
||||||
|
Loading…
Reference in New Issue
Block a user