Implement player blocking

This commit is contained in:
Kamil
2020-12-05 01:29:08 +01:00
committed by Gent S
parent 3e855cbdac
commit 4dc48198ab
5 changed files with 150 additions and 15 deletions

View File

@@ -77,6 +77,7 @@ struct Player {
bool buddiesSynced;
int64_t buddyIDs[50];
bool isBuddyBlocked[50];
ChunkPos chunkPos;
std::set<Chunk*>* viewableChunks;