mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
A typo fix
This commit is contained in:
parent
2cead226db
commit
e10c70e776
@ -46,7 +46,7 @@ class Position extends Vector3{
|
||||
}
|
||||
|
||||
public static function fromObject(Vector3 $pos, Level $level, $strong = false){
|
||||
return new Position($pos->x, $pos->y, $pos->z, $level, $strnog);
|
||||
return new Position($pos->x, $pos->y, $pos->z, $level, $strong);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user