fix: remove debug code

This commit is contained in:
Tsubasa6848
2024-02-26 19:52:10 +08:00
Unverified
parent 030535defd
commit 47f758c915
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -40,7 +40,6 @@ void Export_Compatibility_API() {
[](std::string uuid, std::string snbt, std::vector<std::string> tags) -> bool {
auto uid = mce::UUID::fromString(uuid);
auto nbt = CompoundTag::fromSnbt(snbt);
logger.error("call");
return GMLIB_Player::setPlayerNbtTags(uid, *nbt, tags);
}
);