Skip to content

Commit

Permalink
fix: c_spawn_player -> c_spawn_entity
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Oct 22, 2024
1 parent 790adbc commit 3a76e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pumpkin-protocol/src/client/play/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mod c_set_container_slot;
mod c_set_health;
mod c_set_held_item;
mod c_set_title;
mod c_spawn_player;
mod c_spawn_entity;
mod c_subtitle;
mod c_sync_player_position;
mod c_system_chat_message;
Expand Down Expand Up @@ -82,7 +82,7 @@ pub use c_set_container_slot::*;
pub use c_set_health::*;
pub use c_set_held_item::*;
pub use c_set_title::*;
pub use c_spawn_player::*;
pub use c_spawn_entity::*;
pub use c_subtitle::*;
pub use c_sync_player_position::*;
pub use c_system_chat_message::*;
Expand Down

0 comments on commit 3a76e62

Please sign in to comment.