summaryrefslogtreecommitdiff
path: root/src/roomtemplate.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-09-28 14:29:53 +0200
committertroido <troido@protonmail.com>2020-09-28 14:29:53 +0200
commiteb9853dec24045adb7447e1c8ac186e52204b690 (patch)
tree7fb944311d64ca5a8ff41748fbd5209a2eaf9806 /src/roomtemplate.rs
parent25abc71200803f7238c56c93b8b89160ff6c1086 (diff)
removed parametertype
Diffstat (limited to 'src/roomtemplate.rs')
-rw-r--r--src/roomtemplate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roomtemplate.rs b/src/roomtemplate.rs
index 1b920ac..009ce02 100644
--- a/src/roomtemplate.rs
+++ b/src/roomtemplate.rs
@@ -83,7 +83,7 @@ mod tests {
"mapping": {
"#": ["wall"],
",": "grass",
- ".": {"type": "grass", "args": [], "kwargs": {}}
+ ".": {":template": "grass"}
}
})).unwrap();
}