mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Merge branch 'stable'
This commit is contained in:
@ -75,6 +75,6 @@ abstract class ExperienceUtils{
|
||||
|
||||
$x = Math::solveQuadratic($a, $b, $c - $xp);
|
||||
|
||||
return (float) max($x); //we're only interested in the positive solution
|
||||
return max($x); //we're only interested in the positive solution
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user