Level loads in GetURL2 should also propagate origin information.

This commit is contained in:
David Wendt 2020-07-23 23:09:08 -04:00
parent a34e81a704
commit aed47d458d
1 changed files with 1 additions and 0 deletions

View File

@ -1355,6 +1355,7 @@ impl<'a, 'gc: 'a> Activation<'a, 'gc> {
context.player.clone().unwrap(),
level,
fetch,
url.to_string(),
None,
);
context.navigator.spawn_future(process);