mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
Structures: begin adding Nether Fortress
This commit is contained in:
@@ -342,8 +342,7 @@ impl JavaClient {
|
||||
}
|
||||
ConnectionState::Config => self.handle_config_packet(server, packet).await,
|
||||
ConnectionState::Play => {
|
||||
let player = self.player.lock().await;
|
||||
if let Some(player) = player.as_ref() {
|
||||
if let Some(player) = self.player.lock().await.as_ref() {
|
||||
match self.handle_play_packet(player, server, packet).await {
|
||||
Ok(()) => {}
|
||||
Err(e) => {
|
||||
|
||||
Reference in New Issue
Block a user