mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-01-14 20:20:03 +00:00
Implement player blocking
This commit is contained in:
@@ -77,6 +77,7 @@ struct Player {
|
||||
|
||||
bool buddiesSynced;
|
||||
int64_t buddyIDs[50];
|
||||
bool isBuddyBlocked[50];
|
||||
|
||||
ChunkPos chunkPos;
|
||||
std::set<Chunk*>* viewableChunks;
|
||||
|
||||
Reference in New Issue
Block a user