diff options
Diffstat (limited to 'src/world.rs')
| -rw-r--r-- | src/world.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/world.rs b/src/world.rs index f428cc1..f297d16 100644 --- a/src/world.rs +++ b/src/world.rs @@ -35,9 +35,9 @@ impl <'a, 'b>World<'a, 'b> { template_loader, persistence, default_room, - encyclopedia, + encyclopedia: encyclopedia.clone(), players: HashMap::new(), - rooms: hashmap!(purgatory::purgatory_id() => purgatory::create_purgatory()), + rooms: hashmap!(purgatory::purgatory_id() => purgatory::create_purgatory(encyclopedia)), time: Timestamp(1000000) } } |
