mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-03-13 13:30:06 +01:00
add final to hero field
This commit is contained in:
parent
4430cb10e9
commit
1c14e2be85
@ -71,7 +71,7 @@ public class HeroesHook implements RPGHandler, Listener {
|
||||
}
|
||||
|
||||
public class HeroesPlayer extends RPGPlayer {
|
||||
private Hero hero;
|
||||
private final Hero hero;
|
||||
|
||||
public HeroesPlayer(PlayerData playerData) {
|
||||
super(playerData);
|
||||
|
Loading…
Reference in New Issue
Block a user