mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 10:56:35 +00:00
Fixed borked world loading
This commit is contained in:
parent
25cca1b63f
commit
927f129c6e
@ -51,12 +51,12 @@ use function time;
|
|||||||
class BedrockWorldData extends BaseNbtWorldData{
|
class BedrockWorldData extends BaseNbtWorldData{
|
||||||
|
|
||||||
public const CURRENT_STORAGE_VERSION = 10;
|
public const CURRENT_STORAGE_VERSION = 10;
|
||||||
public const CURRENT_STORAGE_NETWORK_VERSION = 622;
|
public const CURRENT_STORAGE_NETWORK_VERSION = 630;
|
||||||
public const CURRENT_CLIENT_VERSION_TARGET = [
|
public const CURRENT_CLIENT_VERSION_TARGET = [
|
||||||
1, //major
|
1, //major
|
||||||
20, //minor
|
20, //minor
|
||||||
40, //patch
|
50, //patch
|
||||||
1, //revision
|
3, //revision
|
||||||
0 //is beta
|
0 //is beta
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user