feat: adapt to LeviLamina 1.3.0 and bds 1.21.70.03
This commit is contained in:
@@ -492,6 +492,7 @@ void Export_Compatibility_API() {
|
||||
if (auto uce = UserCache::getInstance()->from(mce::UUID::fromString(uuid))) {
|
||||
return uce->mName;
|
||||
}
|
||||
return "";
|
||||
});
|
||||
RemoteCall::exportAs("GMLIB_API", "getNameByXuid", [](std::string const& xuid) -> std::string {
|
||||
if (auto uce = UserCache::getInstance()->from(xuid, UserCache::QueryType::Xuid)) {
|
||||
|
||||
Reference in New Issue
Block a user