Skip to content

Commit

Permalink
fix: fix tpdim tr error
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Feb 5, 2024
1 parent 0cee731 commit a7b3b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ll/core/command/Teleport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void registerTpdimCommand() {
.execute<[&](CommandOrigin const& origin, CommandOutput& output, TpTarget const& param, Command const& cmd) {
auto victim = param.victim.results(origin);
if (victim.empty()) {
output.error("No ta"_tr());
output.error("No target"_tr());
return;
}
Vec3 pos;
Expand Down

0 comments on commit a7b3b6e

Please sign in to comment.