mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Fixed NBT leveldata fixer never getting called
This commit is contained in:
parent
e2af394c81
commit
2e265423c7
@ -47,6 +47,7 @@ abstract class BaseNbtLevelData implements LevelData{
|
|||||||
if($this->compoundTag === null){
|
if($this->compoundTag === null){
|
||||||
throw new LevelException("Invalid level data");
|
throw new LevelException("Invalid level data");
|
||||||
}
|
}
|
||||||
|
$this->fix();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user