Update PvpToolsPlugin.java
This commit is contained in:
@@ -150,7 +150,6 @@ public class PvpToolsPlugin extends Plugin
|
|||||||
private boolean countPlayers;
|
private boolean countPlayers;
|
||||||
private boolean countOverHeads;
|
private boolean countOverHeads;
|
||||||
@Getter(AccessLevel.PACKAGE)
|
@Getter(AccessLevel.PACKAGE)
|
||||||
private Keybind hotkey;
|
|
||||||
private Keybind renderSelf;
|
private Keybind renderSelf;
|
||||||
private boolean riskCalculatorEnabled;
|
private boolean riskCalculatorEnabled;
|
||||||
private boolean missingPlayersEnabled;
|
private boolean missingPlayersEnabled;
|
||||||
@@ -684,7 +683,6 @@ public class PvpToolsPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
this.countPlayers = config.countPlayers();
|
this.countPlayers = config.countPlayers();
|
||||||
this.countOverHeads = config.countOverHeads();
|
this.countOverHeads = config.countOverHeads();
|
||||||
this.hotkey = config.hotkey();
|
|
||||||
this.renderSelf = config.renderSelf();
|
this.renderSelf = config.renderSelf();
|
||||||
this.riskCalculatorEnabled = config.riskCalculatorEnabled();
|
this.riskCalculatorEnabled = config.riskCalculatorEnabled();
|
||||||
this.missingPlayersEnabled = config.missingPlayersEnabled();
|
this.missingPlayersEnabled = config.missingPlayersEnabled();
|
||||||
|
|||||||
Reference in New Issue
Block a user