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

Commit

Permalink
Update Plugin.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd authored Jan 23, 2024
1 parent d711dff commit 991abd3
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 @@ -818,7 +818,7 @@ namespace plugin {
if (!folderExists("data")) {
createFolder(logger, "data");
}
// dumpCommandArgDataV3(logger);
dumpCommandArgDataV3(logger);
dumpBiomeData(logger);
dumpCreativeItemData(logger);
dumpBlockAttributesData(logger);
Expand Down

0 comments on commit 991abd3

Please sign in to comment.