MCPcopy Create free account
hub / github.com/cuberite/cuberite / MarkChunkSaving

Method MarkChunkSaving

src/World.cpp:2194–2197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2192
2193
2194void cWorld::MarkChunkSaving(int a_ChunkX, int a_ChunkZ)
2195{
2196 m_ChunkMap->MarkChunkSaving(a_ChunkX, a_ChunkZ);
2197}
2198
2199
2200

Callers 1

SaveOneChunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected