Fixed NBT leveldata fixer never getting called

This commit is contained in:
Dylan K. Taylor 2018-10-10 04:44:45 -04:00
parent e2af394c81
commit 2e265423c7

View File

@ -47,6 +47,7 @@ abstract class BaseNbtLevelData implements LevelData{
if($this->compoundTag === null){
throw new LevelException("Invalid level data");
}
$this->fix();
}
/**