Reimplement chunk position caching

This commit is contained in:
Gent S
2020-11-18 20:37:58 -05:00
parent e50a4c2edd
commit dae3b24093
7 changed files with 25 additions and 26 deletions

View File

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