Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Commit b377dd3

Browse files
committed
Change getMax to getMaxXP
1 parent a6a3485 commit b377dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VectorNetworkProject/TheMix/event/game/PlayerMaxXpChangeEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct(Player $player, int $max)
3434
*
3535
* @return int
3636
*/
37-
public function getMax(): int
37+
public function getMaxXP(): int
3838
{
3939
return $this->max;
4040
}

0 commit comments

Comments
 (0)