summaryrefslogtreecommitdiff
path: root/src/componentwrapper.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/componentwrapper.rs')
-rw-r--r--src/componentwrapper.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/componentwrapper.rs b/src/componentwrapper.rs
index edcfee1..4add5dc 100644
--- a/src/componentwrapper.rs
+++ b/src/componentwrapper.rs
@@ -208,7 +208,6 @@ components!(all:
Ear () {Ear::default()};
Build (obj: Template);
Whitelist (allowed: HashMap<String, HashSet<PlayerId>>);
- Dedup (id: String, priority: i64);
Minable (trigger: String, total: i64) {
Minable {
trigger: Trigger::from_str(&trigger).map_err(|_|aerr!("invalid trigger name {}", trigger))?,