Skip to content

Commit

Permalink
Remove ContentLog ctor body
Browse files Browse the repository at this point in the history
  • Loading branch information
outercloudstudio committed Apr 7, 2024
1 parent 93bf122 commit 64e41a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ContentLog {
uintptr_t** vtable;

// 1.20.72.1 - 48 89 5C 24 ? 48 89 4C 24 ? 57 48 83 EC ? 48 8B F9 48 8D 05 ? ? ? ? 48 89 01 48 89 4C 24 ? 48 83 C1 ? 48 8D 54 24 ? E8 ? ? ? ? 90 48 8D 05 ? ? ? ? 48 89 07 C6 47
ContentLog() {};
ContentLog();

template<typename... Strings>
int Log(bool doNotRepeat, LogLevel logLevel, LogArea logArea, Strings... strings) {
Expand Down

0 comments on commit 64e41a6

Please sign in to comment.