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

Commit

Permalink
chores: add missing method invoke x2
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Jan 13, 2024
1 parent 4cbac3a commit 3833b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ void ext(ll::Logger& logger) {
dumpPalette(logger);
dumpBlockTags(logger);
dumpItemTags(logger);
dumpPropertyTypeData(logger);
}

Plugin::Plugin(ll::plugin::NativePlugin& self) : mSelf(self) { mSelf.getLogger().info("loading..."); }
Expand Down

0 comments on commit 3833b9c

Please sign in to comment.