diff options
| author | troido <troido@protonmail.com> | 2020-04-13 17:00:22 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-13 17:00:22 +0200 |
| commit | ed84fb58e25efed952d0c874fde5232fbb26f45b (patch) | |
| tree | 55f06bd07ebf9fa837af830b05ea1242aa7ddc42 /src/componentwrapper.rs | |
| parent | 3cb46c733597c1f825190ad45c93aa3a24158605 (diff) | |
don't spawn immediately after each other
Diffstat (limited to 'src/componentwrapper.rs')
| -rw-r--r-- | src/componentwrapper.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/componentwrapper.rs b/src/componentwrapper.rs index 8f493a3..5fe8f1d 100644 --- a/src/componentwrapper.rs +++ b/src/componentwrapper.rs @@ -174,7 +174,8 @@ components!( clan } }, - template: template.unsaved() + template: template.unsaved(), + saturated: false } }; Clan (name: String); |
