mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 13:05:48 +00:00
fix: remove byte type alias
This commit is contained in:
@@ -687,7 +687,7 @@ bool ServerChunkCache::save(bool force, ProgressListener *progressListener)
|
||||
}
|
||||
|
||||
LevelChunk *chunk = NULL;
|
||||
byte workingThreads;
|
||||
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