mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
derp
This commit is contained in:
@@ -77,6 +77,7 @@ class PMFLevel extends PMF{
|
||||
}
|
||||
|
||||
public function saveData(){
|
||||
$this->levelData["version"] = PMFLevel::VERSION;
|
||||
@ftruncate($this->fp, 5);
|
||||
$this->seek(5);
|
||||
$this->write(chr($this->levelData["version"]));
|
||||
|
Reference in New Issue
Block a user