diff options
| author | troido <troido@protonmail.com> | 2020-04-16 10:54:23 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-16 10:54:23 +0200 |
| commit | 905c6b649521296bba609db5b5c9a39008d34325 (patch) | |
| tree | 8d253de507b3663399e23819bf8b4a222e7b64a5 /src/systems/mod.rs | |
| parent | 43bde225ebbadd0b917ca87f3164a50455a2b588 (diff) | |
add visit whitelist to homeportal, save and dedup its data even though it is loaded from template
Diffstat (limited to 'src/systems/mod.rs')
| -rw-r--r-- | src/systems/mod.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/systems/mod.rs b/src/systems/mod.rs index d45fc38..024f54f 100644 --- a/src/systems/mod.rs +++ b/src/systems/mod.rs @@ -21,6 +21,7 @@ mod droploot; mod timeout; mod clear; mod building; +mod deduplicate; pub use self::{ controlinput::ControlInput, @@ -44,5 +45,6 @@ pub use self::{ droploot::DropLoot, timeout::Timeout, clear::Clear, - building::Building + building::Building, + deduplicate::Deduplicate }; |
