Improved manager

This commit is contained in:
Shoghi Cervantes
2015-04-18 22:33:50 +02:00
parent 11ecaaa87f
commit 61828baa8f
5 changed files with 12 additions and 12 deletions

View File

@ -357,8 +357,8 @@ abstract class BaseFullChunk implements FullChunk{
$this->hasChanged = (bool) $changed;
}
public static function &fromFastBinary(&$data, LevelProvider $provider = null){
static::fromBinary($data, $provider);
public static function fromFastBinary(&$data, LevelProvider $provider = null){
return static::fromBinary($data, $provider);
}
public function &toFastBinary(){