Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
chore: rename block_correct_tool.nbt to block_correct_tool_special.nbt
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd authored Jun 12, 2024
1 parent a8bcbb1 commit 42b28bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ namespace plugin {
}
return true;
});
writeNBT("data/block_correct_tool.nbt", global);
writeNBT("data/block_correct_tool_special.nbt", global);
}

bool compareCmdSymbolByIndex(const CommandRegistry::Symbol &s1, const CommandRegistry::Symbol &s2) {
Expand Down

0 comments on commit 42b28bd

Please sign in to comment.