Skip to content

Commit b9469f9

Browse files
author
Charles Bournhonesque
committed
Maintain backwards compat
Change-Id: I063c9d656c2a82229ade22003f60ca55e00936c7
1 parent e8be7f9 commit b9469f9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/send/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mod client_pools;
1+
pub mod client_pools;
22
mod client_ticks;
33
pub(super) mod related_entities;
44
mod removal_buffer;

src/server.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
pub use crate::send::client_pools;
12
pub mod message;
23
pub mod related_entities;
34
pub mod server_tick;

0 commit comments

Comments
 (0)