mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-06-01 20:04:51 +00:00
Use BYTE Win Typedef instead of byte typedef from Minecraft.World
"byte" wasnt working anymore for some reason
This commit is contained in:
@@ -757,7 +757,7 @@ bool ServerChunkCache::save(bool force, ProgressListener *progressListener)
|
||||
}
|
||||
|
||||
LevelChunk *chunk = nullptr;
|
||||
byte workingThreads;
|
||||
BYTE 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