mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 10:04:58 +00:00
refactor: begin unglobbing std::vector
This commit is contained in:
@@ -58,7 +58,7 @@ bool SetEntityDataPacket::isAync()
|
||||
return true;
|
||||
}
|
||||
|
||||
vector<std::shared_ptr<SynchedEntityData::DataItem> > *SetEntityDataPacket::getUnpackedData()
|
||||
std::vector<std::shared_ptr<SynchedEntityData::DataItem> > *SetEntityDataPacket::getUnpackedData()
|
||||
{
|
||||
return packedItems;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user