only add RepositionOnChunkLoad to rtsim npcs and don't add Waypoint if it doesn't exist

This commit is contained in:
Isse
2023-04-12 09:24:07 +02:00
parent 3582d86c70
commit 6be4a2b33f
3 changed files with 5 additions and 4 deletions

View File

@ -295,7 +295,6 @@ impl StateExt for State {
.with(comp::Combo::default())
.with(comp::Auras::default())
.with(comp::Stance::default())
.with(RepositionOnChunkLoad)
}
fn create_object(&mut self, pos: comp::Pos, object: comp::object::Body) -> EcsEntityBuilder {