Skip to content

Commit

Permalink
Fix mistake in target for commands parser with built-in command parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaum committed Sep 26, 2023
1 parent cc80186 commit ff30558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/kernel/src/tasks/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ impl Task {
?verb_info,
"Starting command"
);
(verb_info, player)
(verb_info, target)
}
// Otherwise, we want to try to call :huh, if it exists.
None => {
Expand Down

0 comments on commit ff30558

Please sign in to comment.