Skip to content

Commit

Permalink
chore: remove server text
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Aug 14, 2024
1 parent a97e8a5 commit 2d7d074
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ll/core/command/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ void registerVersionCommand() {
auto& cmd = CommandRegistrar::getInstance()
.getOrCreateCommand("version", "Query serverversion information"_tr(), config.permission);
cmd.overload().execute([&](CommandOrigin const&, CommandOutput& output) {
output.success("This server is running game version {0} with §bLeviLamina-{1}§r."_tr(
ll::getGameVersion(),
ll::getLoaderVersion()
));
output.success("Game version {0} with §bLeviLamina-{1}§r."_tr(ll::getGameVersion(), ll::getLoaderVersion()));
});
}
} // namespace ll::command

0 comments on commit 2d7d074

Please sign in to comment.