Skip to content

Commit bae7413

Browse files
committed
Remove extra pub
1 parent 58bb7d1 commit bae7413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ fn receive_acks(
237237
}
238238

239239
/// Collects [`ReplicationMessages`] and sends them.
240-
pub(super) fn send_replication(
240+
fn send_replication(
241241
mut serialized: Local<SerializedData>,
242242
change_tick: SystemChangeTick,
243243
world: ServerWorld,

0 commit comments

Comments
 (0)