Skip to content

Commit

Permalink
Fix non primitive variable non default shit
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinecraft committed Jun 13, 2024
1 parent 15dcb12 commit 81df846
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public final class MinetraxBukkit extends JavaPlugin implements Listener, Minetr
public Boolean isDisablePlayerMovementTracking;
public List<String> whitelistedCommandsFromWeb;
public HashMap<String, String> joinAddressCache = new HashMap<>();
public Boolean hasViaVersion;
public Boolean hasViaVersion = false;
private Boolean isSkinsRestorerHookEnabled;
public Boolean hasSkinsRestorer = false;
public Boolean hasSkinsRestorerInProxyMode = false;
Expand Down

0 comments on commit 81df846

Please sign in to comment.