mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-08 00:48:17 +00:00
build fixes
This commit is contained in:
@@ -306,7 +306,7 @@ void OldChunkStorage::save(LevelChunk* lc, Level* level,
|
||||
std::vector<TickNextTickData>* ticksInChunk =
|
||||
level->fetchTicksInChunk(lc, false);
|
||||
if (ticksInChunk != NULL) {
|
||||
int64_t levelTime = level->getTime();
|
||||
int64_t levelTime = level->getGameTime();
|
||||
|
||||
ListTag<CompoundTag>* tickTags = new ListTag<CompoundTag>();
|
||||
for (int i = 0; i < ticksInChunk->size(); i++) {
|
||||
@@ -405,7 +405,7 @@ void OldChunkStorage::save(LevelChunk* lc, Level* level, CompoundTag* tag) {
|
||||
std::vector<TickNextTickData>* ticksInChunk =
|
||||
level->fetchTicksInChunk(lc, false);
|
||||
if (ticksInChunk != NULL) {
|
||||
int64_t levelTime = level->getTime();
|
||||
int64_t levelTime = level->getGameTime();
|
||||
|
||||
ListTag<CompoundTag>* tickTags = new ListTag<CompoundTag>();
|
||||
for (int i = 0; i < ticksInChunk->size(); i++) {
|
||||
|
||||
Reference in New Issue
Block a user