mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-26 06:05:50 +00:00
refactor: begin unglobbing std::vector
This commit is contained in:
@@ -89,7 +89,7 @@ std::wstring ReadOnlyChunkCache::gatherStats()
|
||||
return L"ReadOnlyChunkCache";
|
||||
}
|
||||
|
||||
vector<Biome::MobSpawnerData *> *ReadOnlyChunkCache::getMobsAt(MobCategory *mobCategory, int x, int y, int z)
|
||||
std::vector<Biome::MobSpawnerData *> *ReadOnlyChunkCache::getMobsAt(MobCategory *mobCategory, int x, int y, int z)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user