fix: remove debug code
This commit is contained in:
+1
-1
Submodule SDK-GMLIB updated: 30d1c8786c...fa3ec71bdc
@@ -40,7 +40,6 @@ void Export_Compatibility_API() {
|
|||||||
[](std::string uuid, std::string snbt, std::vector<std::string> tags) -> bool {
|
[](std::string uuid, std::string snbt, std::vector<std::string> tags) -> bool {
|
||||||
auto uid = mce::UUID::fromString(uuid);
|
auto uid = mce::UUID::fromString(uuid);
|
||||||
auto nbt = CompoundTag::fromSnbt(snbt);
|
auto nbt = CompoundTag::fromSnbt(snbt);
|
||||||
logger.error("call");
|
|
||||||
return GMLIB_Player::setPlayerNbtTags(uid, *nbt, tags);
|
return GMLIB_Player::setPlayerNbtTags(uid, *nbt, tags);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user