mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 20:14:38 +00:00
Standardise fixed-width integer usage in touched files
This commit is contained in:
@@ -687,7 +687,7 @@ bool ServerChunkCache::save(bool force, ProgressListener *progressListener)
|
||||
}
|
||||
|
||||
LevelChunk *chunk = NULL;
|
||||
uint8_t workingThreads;
|
||||
std::uint8_t workingThreads;
|
||||
bool chunkSet = false;
|
||||
|
||||
// Created a roughly sorted list to match the order that the files were created in McRegionChunkStorage::McRegionChunkStorage.
|
||||
|
||||
Reference in New Issue
Block a user