Skip to content

Commit

Permalink
Do not default items instance
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxplay committed Jan 7, 2025
1 parent d06f775 commit 99aedfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public class Anticheat extends ConfigurationPart {
public Obfuscation obfuscation;

public class Obfuscation extends ConfigurationPart {
public Items items = new Items();
public Items items;

public class Items extends ConfigurationPart {

Expand Down

0 comments on commit 99aedfe

Please sign in to comment.