Properly check conditions for when the client's physics components should be synced

This commit is contained in:
Imbris
2023-06-05 18:23:07 -04:00
parent 396c08e7ee
commit cdca700297
3 changed files with 40 additions and 14 deletions

View File

@ -709,7 +709,7 @@ impl StateExt for State {
self.ecs()
.write_resource::<IdMaps>()
.add_character(id, entity);
presence.sync_me = true;
//presence.sync_me = true;
Ok(())
} else {
Err("PresenceKind is not LoadingCharacter")