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