Integer sizes
Closed this issue · 0 comments
mcronce commented
BlockData.blocksPlaced, .blocksDestroyed, and .blocksSpread are all 64bit - however, the analogous values in ServerData and the (applicable) ones in PlayerData are 32bit. Both of the latter are likely to grow much faster than BlockData, so we should probably match the 64bit data size.