multiple wormhole

This commit is contained in:
Quaternions 2024-02-15 00:49:15 -08:00
parent ece055db6f
commit e58a476d39

View File

@ -220,7 +220,7 @@ fn get_attributes(object:&rbx_dom_weak::Instance,can_collide:bool,velocity:Plana
//the PhysicsModelId has to exist for it to be teleported to! //the PhysicsModelId has to exist for it to be teleported to!
force_intersecting=true; force_intersecting=true;
//this object is not special in strafe client, but the roblox mapping needs to be converted to model id //this object is not special in strafe client, but the roblox mapping needs to be converted to model id
assert!(wormhole_id_to_out_model.insert(captures[2].parse::<u32>().unwrap(),model_id).is_none(),"Cannot have multiple WormholeOut with same id"); wormhole_id_to_out_model.insert(captures[2].parse::<u32>().unwrap(),model_id);//assert!(.is_none(),"Cannot have multiple WormholeOut with same id");
}, },
_=>(), _=>(),
} }