mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-25 08:26:27 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -243,7 +243,7 @@ CompoundTag *LevelData::createTag()
|
||||
return tag;
|
||||
}
|
||||
|
||||
CompoundTag *LevelData::createTag(vector<shared_ptr<Player> > *players)
|
||||
CompoundTag *LevelData::createTag(vector<std::shared_ptr<Player> > *players)
|
||||
{
|
||||
// 4J - removed all code for storing tags for players
|
||||
return createTag();
|
||||
|
||||
Reference in New Issue
Block a user