I even tried in PC it crash here: Code: ``` # PocketMine-MP Error Dump Thu Nov 14 02:11:20 GMT 2013 Error: array ( 'type' => 4096, 'message' => 'Argument 4 passed to Position::__construct() must be an instance of Level, boolean given, called in /mnt/sdcard/DroidPocketMine/src/API/PluginAPI.php(87) : eval()\'d code on line 91 and defined', 'file' => '/mnt/sdcard/DroidPocketMine/src/world/Position.php', 'line' => 25, ) Code: [16] * @author PocketMine Team [17] * @link http://www.pocketmine.net/ [18] * [19] * [20] */ [21] [22] class Position extends Vector3{ [23] public $level; [24] [25] public function __construct($x = 0, $y = 0, $z = 0, Level $level){ [26] if(($x instanceof Vector3) === true){ [27] $this->__construct($x->x, $x->y, $x->z, $level); [28] }else{ [29] $this->x = $x; [30] $this->y = $y; [31] $this->z = $z; [32] } [33] $this->level = $level; [34] [35] [quote="Falk, post: 10777, member:
I can't figure out why this is happening, appears to be an issue getting the level object. I will try to fix it but if anyone has any help it would be greatly appreciated
I really don't know what's causing the error, is it all portals or just to different levels? Is it a specific level that causes the issue?
MulWorld i he nether wod loaded and i went and addwarp there and go back to mainworld and /warp Nether it crash server