Skip to content

Commit

Permalink
refactor: delete version in motd
Browse files Browse the repository at this point in the history
(cherry picked from commit 69ec9f6)
  • Loading branch information
ShrBox committed Jan 12, 2025
1 parent c58acff commit 0dc6931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ll/core/tweak/ModifyInfomation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ LL_TYPE_INSTANCE_HOOK(
) {
std::string_view dataView{data, dataSize};
if (dataView.contains("MCPE;")) {
auto modified = fmt::format("{}LeviLamina;{};", dataView, getLoaderVersion().to_string());
auto modified = fmt::format("{}LeviLamina;", dataView);
return origin(modified.c_str(), (uint)modified.size());
}
return origin(data, dataSize);
Expand Down

0 comments on commit 0dc6931

Please sign in to comment.