mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-27 09:23:50 +00:00
December 2014 files
This commit is contained in:
parent
b691c43c44
commit
8fd3ac6e37
2049 changed files with 260190 additions and 134787 deletions
|
|
@ -120,3 +120,9 @@ DataOutputStream *RegionFileCache::_getChunkDataOutputStream(ConsoleSaveFile *sa
|
|||
return r->getChunkDataOutputStream(chunkX & 31, chunkZ & 31);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
RegionFileCache::~RegionFileCache()
|
||||
{
|
||||
_clear();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue