Experimental chunk refactor.

This commit is contained in:
Gent S
2020-11-17 19:07:04 -05:00
parent 5cbb8538c0
commit e50a4c2edd
12 changed files with 441 additions and 529 deletions

View File

@@ -77,7 +77,7 @@ struct Player {
bool buddiesSynced;
int64_t buddyIDs[50];
ChunkPos chunkPos;
std::vector<Chunk*>* currentChunks;
//ChunkPos chunkPos;
std::set<Chunk*>* currentChunks;
time_t lastHeartbeat;
};