mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +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){
|
||||
throw new LevelException("Invalid level data");
|
||||
}
|
||||
$this->fix();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user