make player var scope protected

Took 17 seconds
This commit is contained in:
Kiran Hart 2022-09-22 21:40:08 -04:00
parent 8dab760f20
commit 9c93ebf385
No known key found for this signature in database
GPG Key ID: 5F36C7BC79D3EBC3

View File

@ -16,7 +16,7 @@ import org.bukkit.entity.Player;
*/ */
public abstract class AbstractPlaceholderGui extends Gui { public abstract class AbstractPlaceholderGui extends Gui {
private final Player player; protected final Player player;
public AbstractPlaceholderGui(Player player) { public AbstractPlaceholderGui(Player player) {
this.player = player; this.player = player;