Added tick ms to level warning, call correct method on Anvil

This commit is contained in:
Shoghi Cervantes
2015-04-13 16:34:42 +02:00
parent 1865622b89
commit a993f15387
2 changed files with 3 additions and 3 deletions

View File

@ -358,7 +358,7 @@ abstract class BaseFullChunk implements FullChunk{
}
public static function fromFastBinary($data, LevelProvider $provider = null){
self::fromBinary($data, $provider);
static::fromBinary($data, $provider);
}
public function toFastBinary(){