Skip to content

Commit

Permalink
Fix: Commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Aug 18, 2024
1 parent 58a5fec commit 7ef7b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumpkin/src/client/player_packet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ impl Client {
}

pub async fn handle_chat_command(&mut self, _server: &mut Server, command: SChatCommand) {
handle_command(&mut CommandSender::Player(self), &command.command);
handle_command(&mut CommandSender::Player(self), &command.command).await;
}

pub async fn handle_player_command(&mut self, _server: &mut Server, command: SPlayerCommand) {
Expand Down

0 comments on commit 7ef7b4f

Please sign in to comment.