mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-09-26 10:00:05 +00:00
CHUNKPOS macro -> ChunkPos typedef
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
struct WarpLocation;
|
||||
|
||||
struct PlayerView {
|
||||
CHUNKPOS chunkPos;
|
||||
ChunkPos chunkPos;
|
||||
std::vector<Chunk*> currentChunks;
|
||||
Player *plr;
|
||||
time_t lastHeartbeat;
|
||||
|
Reference in New Issue
Block a user