~starkingdoms/starkingdoms

6b97d95b0b329bc62a4bf9a3feafbe56545e761e — core 21 days ago 6c4380e
chore: please kill me (i hate netcode)
1 files changed, 3 insertions(+), 4 deletions(-)

M crates/unified/src/shared_plugins.rs
M crates/unified/src/shared_plugins.rs => crates/unified/src/shared_plugins.rs +3 -4
@@ 30,13 30,12 @@ impl PluginGroup for SharedPluginGroup {
}

pub fn register_everything(app: &mut App) {
    app.add_mapped_client_message::<ThrustSolution>(Channel::Ordered)
    app
        .add_mapped_client_message::<ThrustSolution>(Channel::Ordered)
        .add_mapped_client_message::<DragRequestEvent>(Channel::Ordered)
        .add_mapped_server_message::<Hi>(Channel::Ordered)
        .replicate::<Transform>()
        //.replicate::<GlobalTransform>()
        //.replicate::<Collider>()
        //.replicate::<RigidBody>()
        .replicate::<GlobalTransform>()
        .replicate::<Planet>()
        .replicate::<Part>()
        .replicate::<Player>()