diff options
| author | troido <troido@protonmail.com> | 2020-03-03 13:36:44 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-03-03 13:36:44 +0100 |
| commit | b2157791dfcaab18ec7f8ebb958341fe325cf419 (patch) | |
| tree | f94e638573878599b0ee108a0b06fbe1c8f69ef9 /src/worldloader.rs | |
| parent | a8d0e075613cc973b66c37510103108362fe7d3d (diff) | |
added spawners an not-saved assemblages/templates
Diffstat (limited to 'src/worldloader.rs')
| -rw-r--r-- | src/worldloader.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/worldloader.rs b/src/worldloader.rs index afaabb7..d8a7c0f 100644 --- a/src/worldloader.rs +++ b/src/worldloader.rs @@ -25,7 +25,6 @@ impl WorldLoader { let mut path = self.directory.clone(); let fname = id.to_string() + ".json"; path.push(fname); - println!("PATH: {:?}", path); let text = fs::read_to_string(path)?; let json: Value = serde_json::from_str(&text)?; let template = RoomTemplate::from_json(&json)?; |
