Skip to content

Commit

Permalink
Correct remove item then it set be to true inside config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ste3et committed Dec 31, 2023
1 parent 4ba16a9 commit 5a46f9e
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
Binary file modified .gradle/7.2/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/7.2/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/7.2/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/7.2/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/7.2/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Expand Up @@ -193,7 +193,7 @@ private void loadNewConfig() {
}

//creative config
this.useGamemode = !getConfig().getBoolean("creative-options.RemoveItems");
this.useGamemode = !getConfig().getBoolean("creative-options.removeItems");
this.creativeInteract = getConfig().getBoolean("creative-options.interact-with-models");
this.creativePlace = getConfig().getBoolean("creative-options.place-models");

Expand Down
Binary file modified buildSrc/.gradle/7.2/executionHistory/executionHistory.lock
Binary file not shown.

0 comments on commit 5a46f9e

Please sign in to comment.